-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NIAD-2846: new RCMR_IN030000UK07 compatibility test (#318)
* adding RCMR_IN030000UK07 test * update to the newer RCMR_MT030101UK05 schema instead of old RCMR_MT030101UK04 * removing unused RCMR_MT030101UK04 schema * code refactoring to remove hard-coded values * fixing cast class issue * adding interface to RCMRMT030101UK04Author2 class * replacing classes with interfaces * fixing checkstyle * fixing checkstyle issues * checkstyle fix * constant checkstyle fix * fixing checktyle errors: whitespaces, identations * checkstyle fixes * changing RCMRMT030101UK04ReferenceRange specific type an abstract one in declaration * timeout change to the original value of 10 sec * removing unused file * code refactoring * variable name change * interfaces removal * adding missing pieces for RCMR_IN030000UK07 type and removal of unnecessary test
- Loading branch information
hospel
authored
Oct 5, 2023
1 parent
e0d6717
commit 8592bbc
Showing
22 changed files
with
24,596 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
gp2gp-translator/src/integrationTest/resources/xml/RCMR_IN030000UK07/ebxml_part.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" xmlns:hl7ebxml="urn:hl7-org:transport/ebxml/DSTUv1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3c.org/2001/XML-Schema-Instance"> | ||
<SOAP:Header> | ||
<eb:MessageHeader SOAP:mustUnderstand="1" eb:version="2.0"> | ||
<eb:From> | ||
<eb:PartyId eb:type="urn:nhs:names:partyType:ocs+serviceInstance">YGM24-820388</eb:PartyId> | ||
</eb:From> | ||
<eb:To> | ||
<eb:PartyId eb:type="urn:nhs:names:partyType:ocs+serviceInstance">B86041-822103</eb:PartyId> | ||
</eb:To> | ||
<eb:CPAId>e06af803674408a9d8e8</eb:CPAId> | ||
<eb:ConversationId>{{conversationId}}</eb:ConversationId> | ||
<eb:Service>urn:nhs:names:services:gp2gp</eb:Service> | ||
<eb:Action>RCMR_IN030000UK07</eb:Action> | ||
<eb:MessageData> | ||
<eb:MessageId>31FA3430-6E88-11EA-9384-E83935108FD5</eb:MessageId> | ||
<eb:Timestamp>2020-03-25T11:03:02Z</eb:Timestamp> | ||
<eb:TimeToLive>2020-03-25T15:13:02Z</eb:TimeToLive> | ||
</eb:MessageData> | ||
<eb:DuplicateElimination>always</eb:DuplicateElimination> | ||
</eb:MessageHeader> | ||
<eb:AckRequested SOAP:mustUnderstand="1" eb:version="2.0" eb:signed="false" SOAP:actor="urn:oasis:names:tc:ebxml-msg:actor:nextMSH" /> | ||
</SOAP:Header> | ||
<SOAP:Body> | ||
<eb:Manifest SOAP:mustUnderstand="1" eb:version="2.0"> | ||
<eb:Reference xlink:href="cid:[email protected]/SystmOne/GP2GP1.1A"> | ||
<eb:Schema eb:location="http://www.nhsia.nhs.uk/schemas/HL7-Message.xsd" eb:version="2.0" /> | ||
<hl7ebxml:Payload style="HL7" encoding="XML" version="3.0" /> | ||
</eb:Reference> | ||
<eb:Reference xlink:href="cid:[email protected]" eb:id="_31B75ED0-6E88-11EA-9384-E83935108FD5"> | ||
<eb:Description xml:lang="en-gb">31B75ED0-6E88-11EA-9384-E83935108FD5_patient-attachment.txt.txt</eb:Description> | ||
</eb:Reference> | ||
</eb:Manifest> | ||
</SOAP:Body> | ||
</SOAP:Envelope> |
Oops, something went wrong.