Skip to content

Commit

Permalink
Added operation
Browse files Browse the repository at this point in the history
  • Loading branch information
joratrifork committed Jan 11, 2024
1 parent afc251d commit 2c5a493
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/wsdl/Ctr2_v1_0_0.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,24 @@
</wsdl:fault>
</wsdl:operation>

<wsdl:operation name="GetPatientStatusHistory">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#GetPatientStatusHistory"
style="document"/>
<wsdl:input name="GetPatientStatusHistory">
<soap:header use='literal' part='SecurityHeader' message='tns:SecurityHeader' />
<soap:header use='literal' part='MedcomHeader' message='tns:MedComHeader' />
<soap:header use='literal' part='RequestHeader' message='tns:RequestHeader' />
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="GetPatientStatusResponse">
<soap:header use='literal' part='CTRResponseHeader' message='tns:CTRResponseHeader'/>
<soap:body use="literal"/>
</wsdl:output>
<wsdl:fault name='CTRFault'>
<soap:fault name='CTRFault' use='literal'/>
</wsdl:fault>
</wsdl:operation>

<wsdl:operation name="CreateTransaction">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#CreateTransaction"
style="document"/>
Expand Down

0 comments on commit 2c5a493

Please # to comment.