POST api/Lookups/GetRadiologyType
Request Information
URI Parameters
None.
Body Parameters
RequestBase| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientID": "1555f387-2fae-4123-b88b-272eda918be9",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<RequestBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <Language>sample string 3</Language> <PatientID>1555f387-2fae-4123-b88b-272eda918be9</PatientID> <WebApiVersion>2</WebApiVersion> </RequestBase>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RadiologyTypeLookup| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeID | globally unique identifier |
None. |
|
| TypeName | string |
None. |
|
| CategoryList | Collection of RadiologyCategoryLookup |
None. |
Response Formats
application/json, text/json
Sample:
{
"TypeID": "db7d0033-a886-4243-86af-c6ecdd27825a",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "b0b5bcca-fdaa-40ff-8d10-edb555111fdf",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "285bd867-0df1-4b59-9329-cb7ab925ecca",
"ServiceName": "sample string 2"
},
{
"ServiceID": "285bd867-0df1-4b59-9329-cb7ab925ecca",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "b0b5bcca-fdaa-40ff-8d10-edb555111fdf",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "285bd867-0df1-4b59-9329-cb7ab925ecca",
"ServiceName": "sample string 2"
},
{
"ServiceID": "285bd867-0df1-4b59-9329-cb7ab925ecca",
"ServiceName": "sample string 2"
}
]
}
]
}
application/xml, text/xml
Sample:
<RadiologyTypeLookup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>b0b5bcca-fdaa-40ff-8d10-edb555111fdf</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>285bd867-0df1-4b59-9329-cb7ab925ecca</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>285bd867-0df1-4b59-9329-cb7ab925ecca</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>b0b5bcca-fdaa-40ff-8d10-edb555111fdf</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>285bd867-0df1-4b59-9329-cb7ab925ecca</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>285bd867-0df1-4b59-9329-cb7ab925ecca</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>db7d0033-a886-4243-86af-c6ecdd27825a</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>