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": "73d65619-ad94-4852-bc8d-08bb53987a44",
"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>73d65619-ad94-4852-bc8d-08bb53987a44</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": "01ca5a4f-dbed-4837-b636-8925e2dfbf63",
"RequestTypeID": "adab3793-2368-484f-8e4f-e779f9044da9",
"DoctorID": "0081990c-5a40-4fa3-8379-b5a63eb09548",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "78627b03-310a-4888-8cc1-4cc85704eab1",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "78627b03-310a-4888-8cc1-4cc85704eab1",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "e58a25a7-3804-4d3e-89ae-65d6904e3335",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "e58a25a7-3804-4d3e-89ae-65d6904e3335",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
}
]
}
]
},
{
"PatientRequestID": "01ca5a4f-dbed-4837-b636-8925e2dfbf63",
"RequestTypeID": "adab3793-2368-484f-8e4f-e779f9044da9",
"DoctorID": "0081990c-5a40-4fa3-8379-b5a63eb09548",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "78627b03-310a-4888-8cc1-4cc85704eab1",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "78627b03-310a-4888-8cc1-4cc85704eab1",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
},
{
"ServiceID": "1a699094-e898-4942-90cf-9eca6259bbc4",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "e58a25a7-3804-4d3e-89ae-65d6904e3335",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "e58a25a7-3804-4d3e-89ae-65d6904e3335",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "50063233-0b77-4af8-9c1c-d5b2571f3f0d",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"ServiceName": "sample string 2"
},
{
"ServiceID": "d9089993-1424-48ce-85ee-a11aea6cd255",
"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>0081990c-5a40-4fa3-8379-b5a63eb09548</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>78627b03-310a-4888-8cc1-4cc85704eab1</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>78627b03-310a-4888-8cc1-4cc85704eab1</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>01ca5a4f-dbed-4837-b636-8925e2dfbf63</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>e58a25a7-3804-4d3e-89ae-65d6904e3335</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>e58a25a7-3804-4d3e-89ae-65d6904e3335</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>adab3793-2368-484f-8e4f-e779f9044da9</RequestTypeID>
</PatientRequest>
<PatientRequest>
<DoctorID>0081990c-5a40-4fa3-8379-b5a63eb09548</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>78627b03-310a-4888-8cc1-4cc85704eab1</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>78627b03-310a-4888-8cc1-4cc85704eab1</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>1a699094-e898-4942-90cf-9eca6259bbc4</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>01ca5a4f-dbed-4837-b636-8925e2dfbf63</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>e58a25a7-3804-4d3e-89ae-65d6904e3335</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>50063233-0b77-4af8-9c1c-d5b2571f3f0d</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>d9089993-1424-48ce-85ee-a11aea6cd255</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>e58a25a7-3804-4d3e-89ae-65d6904e3335</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>adab3793-2368-484f-8e4f-e779f9044da9</RequestTypeID>
</PatientRequest>
</PatientRequest>
</GetPatientRequestResponse>