heilog.ch.Api

<back to all web services

GetTreatmentDetailRequest

The following routes are available for this service:
GET/treatment
GetTreatmentDetailRequest Parameters:
NameParameterData TypeRequiredDescription
TreatmentIdquerylongNo
GetTreatmentDetailResponse Parameters:
NameParameterData TypeRequiredDescription
TreatmentformTreatmentDetailDtoNo
TreatmentDetailDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
IllnessIdformlongNo
EssenceIdformlongNo
TargetTypeformTargetTypeNo
EffectiveAspectformEffectiveAspectNo
LocalizationsformList<TreatmentLocalizationDto>No
TargetType Enum:
NameValue
Human1
Animal2
EffectiveAspect Enum:
NameValue
UNSET1
HOMEO2
AROMATIC3
MINERAL4
PHYTO5
TreatmentLocalizationDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
LanguageCodeformLanguageCodeNo
SymptomformstringNo
LanguageCode Enum:
NameValue
de1
fr2
it3

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /treatment HTTP/1.1 
Host: heidak-api.test.exanic.ch 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetTreatmentDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/heilog.ch.Api.ServiceModel.Treatment">
  <Treatment xmlns:d2p1="http://schemas.datacontract.org/2004/07/heilog.ch.Api.Dto.Treatment">
    <d2p1:EffectiveAspect>UNSET</d2p1:EffectiveAspect>
    <d2p1:EssenceId>0</d2p1:EssenceId>
    <d2p1:Id>0</d2p1:Id>
    <d2p1:IllnessId>0</d2p1:IllnessId>
    <d2p1:Localizations>
      <d2p1:TreatmentLocalizationDto>
        <d2p1:Id>0</d2p1:Id>
        <d2p1:LanguageCode>de</d2p1:LanguageCode>
        <d2p1:Symptom>String</d2p1:Symptom>
      </d2p1:TreatmentLocalizationDto>
    </d2p1:Localizations>
    <d2p1:TargetType>Human</d2p1:TargetType>
  </Treatment>
</GetTreatmentDetailResponse>