Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0232c8ac authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

PATREG-188 : Adding PixM Feed Documentation

parent 7ab780bc
No related branches found
No related tags found
2 merge requests!5Release/2.0.0,!4Pixm
Pipeline #285336 failed
This diff is collapsed.
PixM_Feed_Documentation/pictures/iti_93_interaction_diagram.png

13.8 KiB

PixM_Feed_Documentation/pictures/pixm_connector.png

109 KiB

PixM_Feed_Documentation/pictures/pixm_scheme_total.png

35.7 KiB

...@@ -46,7 +46,7 @@ class CHBundleProviderTest { ...@@ -46,7 +46,7 @@ class CHBundleProviderTest {
@Description("Test on the Create Method with a Bundle with No Patient inside") @Description("Test on the Create Method with a Bundle with No Patient inside")
void testCreateNoPatientInBundle() { void testCreateNoPatientInBundle() {
String fileName = "post_request_NO_PATIENT.json"; String fileName = "post_request_NO_PATIENT.json";
assertThrows(InvalidRequestException.class, ()-> bundle_feed_provider.create(cbpm.returnBundleFromResource(fileName)),"Missing Pat in Bundle"); assertThrows(InvalidRequestException.class, ()-> bundle_feed_provider.create(cbpm.returnBundleFromResource(fileName)),"Missing Patient in Bundle");
} }
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment