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": "55ead597-35f9-4671-b866-b3f7e3bc7233",
"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>55ead597-35f9-4671-b866-b3f7e3bc7233</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": "8d2e3662-e430-4ce6-b63e-5cea41c2ea7e",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "67a5b2c9-7959-455b-9190-e173721f8cb3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1540b405-b689-481b-aad0-6e05a0f02f5c",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1540b405-b689-481b-aad0-6e05a0f02f5c",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "67a5b2c9-7959-455b-9190-e173721f8cb3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1540b405-b689-481b-aad0-6e05a0f02f5c",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1540b405-b689-481b-aad0-6e05a0f02f5c",
"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>67a5b2c9-7959-455b-9190-e173721f8cb3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>1540b405-b689-481b-aad0-6e05a0f02f5c</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>1540b405-b689-481b-aad0-6e05a0f02f5c</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>67a5b2c9-7959-455b-9190-e173721f8cb3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>1540b405-b689-481b-aad0-6e05a0f02f5c</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>1540b405-b689-481b-aad0-6e05a0f02f5c</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>8d2e3662-e430-4ce6-b63e-5cea41c2ea7e</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>