POST api/Patient/GetPatientRequest
Request Information
URI Parameters
None.
Body Parameters
PatientRequestRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestType | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestType": 1,
"PageNumber": 2,
"PageCount": 3,
"PatientID": "9d949c5f-63e0-4169-a6de-28d5d3a34e7c",
"WebApiVersion": 5,
"Language": "sample string 6"
}
application/xml, text/xml
Sample:
<PatientRequestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO"> <Language>sample string 6</Language> <PatientID>9d949c5f-63e0-4169-a6de-28d5d3a34e7c</PatientID> <WebApiVersion>5</WebApiVersion> <PageCount>3</PageCount> <PageNumber>2</PageNumber> <RequestType>1</RequestType> </PatientRequestRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetPatientRequestResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRequest | Collection of PatientRequest |
None. |
|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| TotalCount | integer |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PatientRequest": [
{
"PatientRequestID": "3b99e150-ca97-4cac-a474-723e60644e4d",
"RequestTypeID": "69b6d8ff-4ea6-4686-94e0-9b9989c645a5",
"DoctorID": "2b49e530-88f7-4bda-9e98-f8a287706ba5",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "db78d1dc-3dee-4a4f-88af-8be3ebf93109",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "db78d1dc-3dee-4a4f-88af-8be3ebf93109",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "05df0c0d-bad6-4ee9-97fc-b8a715522e09",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "05df0c0d-bad6-4ee9-97fc-b8a715522e09",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
}
]
}
]
},
{
"PatientRequestID": "3b99e150-ca97-4cac-a474-723e60644e4d",
"RequestTypeID": "69b6d8ff-4ea6-4686-94e0-9b9989c645a5",
"DoctorID": "2b49e530-88f7-4bda-9e98-f8a287706ba5",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "db78d1dc-3dee-4a4f-88af-8be3ebf93109",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "db78d1dc-3dee-4a4f-88af-8be3ebf93109",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c9ba3430-3cf4-4b37-ba95-3b2d04739b71",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "05df0c0d-bad6-4ee9-97fc-b8a715522e09",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "05df0c0d-bad6-4ee9-97fc-b8a715522e09",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "e512b5da-7ef8-4997-8470-8b70da076150",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
},
{
"ServiceID": "39ad471a-bd1e-4178-823d-daeb79744d9d",
"ServiceName": "sample string 2"
}
]
}
]
}
]
}
],
"PageNumber": 1,
"PageCount": 2,
"TotalCount": 3,
"WebApiVersion": 4
}
application/xml, text/xml
Sample:
<GetPatientRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<WebApiVersion>4</WebApiVersion>
<PageCount>2</PageCount>
<PageNumber>1</PageNumber>
<TotalCount>3</TotalCount>
<PatientRequest>
<PatientRequest>
<DoctorID>2b49e530-88f7-4bda-9e98-f8a287706ba5</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>db78d1dc-3dee-4a4f-88af-8be3ebf93109</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>db78d1dc-3dee-4a4f-88af-8be3ebf93109</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>3b99e150-ca97-4cac-a474-723e60644e4d</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>05df0c0d-bad6-4ee9-97fc-b8a715522e09</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>05df0c0d-bad6-4ee9-97fc-b8a715522e09</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>69b6d8ff-4ea6-4686-94e0-9b9989c645a5</RequestTypeID>
</PatientRequest>
<PatientRequest>
<DoctorID>2b49e530-88f7-4bda-9e98-f8a287706ba5</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>db78d1dc-3dee-4a4f-88af-8be3ebf93109</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>db78d1dc-3dee-4a4f-88af-8be3ebf93109</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>c9ba3430-3cf4-4b37-ba95-3b2d04739b71</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>3b99e150-ca97-4cac-a474-723e60644e4d</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>05df0c0d-bad6-4ee9-97fc-b8a715522e09</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>e512b5da-7ef8-4997-8470-8b70da076150</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>39ad471a-bd1e-4178-823d-daeb79744d9d</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>05df0c0d-bad6-4ee9-97fc-b8a715522e09</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>69b6d8ff-4ea6-4686-94e0-9b9989c645a5</RequestTypeID>
</PatientRequest>
</PatientRequest>
</GetPatientRequestResponse>