Skip to content

Commit

Permalink
Rename health allowance services to municipal allowance service
Browse files Browse the repository at this point in the history
  • Loading branch information
joratrifork committed Sep 16, 2024
1 parent 6a2fb6f commit c02dcd0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions src/schemas/2022/12/01/GetAggregatedStatusResponse.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<include schemaLocation="PersonIdentifier.xsd"/>
<include schemaLocation="IsChild.xsd"/>
<include schemaLocation="AccountStatus.xsd"/>
<include schemaLocation="HealthAllowance.xsd"/>
<include schemaLocation="MunicipalAllowance.xsd"/>
<include schemaLocation="ReimbursementGrant.xsd"/>
<include schemaLocation="Deferment.xsd"/>

Expand All @@ -23,7 +23,7 @@
<element name="IsChild" type="ctr:IsChildType"/>
<element name="PatientStatus" type="ctr:PatientStatusType"/>
<element name="AccountStatus" type="ctr:AccountStatusType" minOccurs="0" maxOccurs="100"/>
<element name="HealthAllowance" type="ctr:HealthAllowanceType" minOccurs="0" maxOccurs="100"/>
<element name="HealthAllowance" type="ctr:MunicipalAllowanceType" minOccurs="0" maxOccurs="100"/>
<element name="ReimbursementGrant" type="ctr:ReimbursementGrantType" minOccurs="0" maxOccurs="100"/>
<element name="Deferment" type="ctr:DefermentType" minOccurs="0" maxOccurs="100"/>
</sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<include schemaLocation="PersonIdentifier.xsd"/>

<element name="GetHealthAllowancesRequest" type="ctr:GetHealthAllowancesRequestType">
<element name="GetMunicipalAllowancesRequest" type="ctr:GetMunicipalAllowancesRequestType">
<annotation>
<documentation xml:lang="en-GB">Element for a request to fetch health allowances</documentation>
<documentation xml:lang="da-DK">Element for en forespørgsel til at hente kommunale helbredstillæg</documentation>
<documentation xml:lang="en-GB">Element for a request to fetch municipal allowances</documentation>
<documentation xml:lang="da-DK">Element for en forespørgsel til at hente kommunale tillæg</documentation>
</annotation>
</element>
<complexType name="GetHealthAllowancesRequestType">
<complexType name="GetMunicipalAllowancesRequestType">
<sequence>
<element name="PersonIdentifier" type="ctr:PersonIdentifierType"/>
</sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

<include schemaLocation="PersonIdentifier.xsd"/>
<include schemaLocation="ReimbursementGrant.xsd"/>
<include schemaLocation="HealthAllowance.xsd"/>
<include schemaLocation="MunicipalAllowance.xsd"/>

<element name="GetHealthAllowancesResponse">
<element name="GetMunicipalAllowancesResponse">
<annotation>
<documentation xml:lang="en-GB">Outer container element for a response with Health Allowances</documentation>
<documentation xml:lang="da-DK">Ydre container-element for et svar med kommunale helbredstillæg</documentation>
<documentation xml:lang="en-GB">Outer container element for a response with Municipal Allowances</documentation>
<documentation xml:lang="da-DK">Ydre container-element for et svar med kommunale tillæg</documentation>
</annotation>
<complexType>
<sequence>
<element name="PersonIdentifier" type="ctr:PersonIdentifierType"/>
<element name="HealthAllowance" type="ctr:HealthAllowanceType" minOccurs="0" maxOccurs="100"/>
<element name="MunicipalAllowance" type="ctr:MunicipalAllowanceType" minOccurs="0" maxOccurs="100"/>
</sequence>
</complexType>
</element>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<include schemaLocation="OrganisationIdentifier.xsd"/>
<include schemaLocation="OrganisationName.xsd"/>
<include schemaLocation="Percentage.xsd"/>
<include schemaLocation="HealthAllowanceType.xsd"/>
<include schemaLocation="MunicipalAllowanceType.xsd"/>
<include schemaLocation="InvoiceNumber.xsd"/>

<element name="HealthAllowance" type="ctr:HealthAllowanceType">
<element name="MunicipalAllowance" type="ctr:MunicipalAllowanceType">
<annotation>
<documentation xml:lang="en-GB">Information about a HealthAllowance</documentation>
<documentation xml:lang="da-DK">Information om et kommunalt helbredstillæg</documentation>
<documentation xml:lang="en-GB">Information about a municipal allowance</documentation>
<documentation xml:lang="da-DK">Information om et kommunalt tillæg</documentation>
</annotation>
</element>
<complexType name="HealthAllowanceType">
<complexType name="MunicipalAllowanceType">
<sequence>
<element name="ValidFromDate" type="ctr:ValidFromDateType"/>
<element name="ValidToDate" type="ctr:ValidToDateType" minOccurs="0"/>
Expand Down
28 changes: 14 additions & 14 deletions src/wsdl/Ctr2_v1_0_0.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<xs:include schemaLocation="../schemas/2022/12/01/GetReimbursementGrantsResponse.xsd"/>
</xs:schema>
<xs:schema targetNamespace="http://lmst.dk/ctr/xml.schema/2022/12/01" elementFormDefault="qualified">
<xs:include schemaLocation="../schemas/2022/12/01/GetHealthAllowancesRequest.xsd"/>
<xs:include schemaLocation="../schemas/2022/12/01/GetMunicipalAllowancesRequest.xsd"/>
</xs:schema>
<xs:schema targetNamespace="http://lmst.dk/ctr/xml.schema/2022/12/01" elementFormDefault="qualified">
<xs:include schemaLocation="../schemas/2022/12/01/GetHealthAllowancesResponse.xsd"/>
<xs:include schemaLocation="../schemas/2022/12/01/GetMunicipalAllowancesResponse.xsd"/>
</xs:schema>
<xs:schema targetNamespace="http://lmst.dk/ctr/xml.schema/2022/12/01" elementFormDefault="qualified">
<xs:include schemaLocation="../schemas/2022/12/01/GetDefermentsRequest.xsd"/>
Expand Down Expand Up @@ -180,11 +180,11 @@
<wsdl:message name="UpdateReimbursementGrantResponse">
<wsdl:part name="UpdateReimbursementGrantResponse" element="ctr100:UpdateReimbursementGrantResponse"/>
</wsdl:message>
<wsdl:message name="GetHealthAllowancesRequest">
<wsdl:part name="GetHealthAllowancesRequest" element="ctr100:GetHealthAllowancesRequest"/>
<wsdl:message name="GetMunicipalAllowancesRequest">
<wsdl:part name="GetMunicipalAllowancesRequest" element="ctr100:GetMunicipalAllowancesRequest"/>
</wsdl:message>
<wsdl:message name="GetHealthAllowancesResponse">
<wsdl:part name="GetHealthAllowancesResponse" element="ctr100:GetHealthAllowancesResponse"/>
<wsdl:message name="GetMunicipalAllowancesResponse">
<wsdl:part name="GetMunicipalAllowancesResponse" element="ctr100:GetMunicipalAllowancesResponse"/>
</wsdl:message>
<wsdl:message name="GetDefermentsRequest">
<wsdl:part name="GetDefermentsRequest" element="ctr100:GetDefermentsRequest"/>
Expand Down Expand Up @@ -308,12 +308,12 @@
message="tns:UpdateReimbursementGrantResponse"/>
<wsdl:fault name='CTRFault' message='tns:CTRFault'/>
</wsdl:operation>
<wsdl:operation name="GetHealthAllowances">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#GetHealthAllowances" style="document"/>
<wsdl:operation name="GetMunicipalAllowances">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#GetMunicipalAllowances" style="document"/>
<wsdl:input name="GetHealthAllowancesRequest"
message="tns:GetHealthAllowancesRequest"/>
message="tns:GetMunicipalAllowancesRequest"/>
<wsdl:output name="GetHealthAllowancesResponse"
message="tns:GetHealthAllowancesResponse"/>
message="tns:GetMunicipalAllowancesResponse"/>
<wsdl:fault name='CTRFault' message='tns:CTRFault'/>
</wsdl:operation>
<wsdl:operation name="GetDeferments">
Expand Down Expand Up @@ -505,16 +505,16 @@
</wsdl:fault>
</wsdl:operation>

<wsdl:operation name="GetHealthAllowances">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#GetHealthAllowances"
<wsdl:operation name="GetMunicipalAllowances">
<soap:operation soapAction="http://lmst.dk/ctr/xml.schema/2022/12/01#GetMunicipalAllowances"
style="document"/>
<wsdl:input name="GetHealthAllowancesRequest">
<wsdl:input name="GetMunicipalAllowancesRequest">
<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="GetHealthAllowancesResponse">
<wsdl:output name="GetMunicipalAllowancesResponse">
<soap:header use='literal' part='CTRResponseHeader' message='tns:CTRResponseHeader'/>
<soap:body use="literal"/>
</wsdl:output>
Expand Down

0 comments on commit c02dcd0

Please sign in to comment.