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": "e34caafe-b077-425d-ab1f-ff4643ae822d",
"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>e34caafe-b077-425d-ab1f-ff4643ae822d</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": "d386f0b2-a2e4-4538-b3e3-5481d218cafa",
"RequestTypeID": "c56f45a9-5d2a-4fda-a2c5-f271872b1870",
"DoctorID": "7448121f-eaed-4c2f-b776-c13b0f8cfb4e",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "4b8fa6b2-950b-429c-bb2c-84ed226442c3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "4b8fa6b2-950b-429c-bb2c-84ed226442c3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "fdc26928-7ddb-4806-b78e-be430ffef611",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "fdc26928-7ddb-4806-b78e-be430ffef611",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
}
]
}
]
},
{
"PatientRequestID": "d386f0b2-a2e4-4538-b3e3-5481d218cafa",
"RequestTypeID": "c56f45a9-5d2a-4fda-a2c5-f271872b1870",
"DoctorID": "7448121f-eaed-4c2f-b776-c13b0f8cfb4e",
"RequestTitle": "sample string 4",
"LaboratoryData": [
{
"CategoryID": "4b8fa6b2-950b-429c-bb2c-84ed226442c3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "4b8fa6b2-950b-429c-bb2c-84ed226442c3",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
},
{
"ServiceID": "0e42a003-152a-4e48-a0ae-a042d9cde9a1",
"ServiceName": "sample string 2"
}
]
}
],
"RadiologyData": [
{
"TypeID": "fdc26928-7ddb-4806-b78e-be430ffef611",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
}
]
},
{
"TypeID": "fdc26928-7ddb-4806-b78e-be430ffef611",
"TypeName": "sample string 2",
"CategoryList": [
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
}
]
},
{
"CategoryID": "eaa140d0-359b-4f97-a2d7-8c3fcee72111",
"CategoryName": "sample string 2",
"ServiceList": [
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"ServiceName": "sample string 2"
},
{
"ServiceID": "c34e9286-fa5f-4816-b8ce-a3426cfc5661",
"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>7448121f-eaed-4c2f-b776-c13b0f8cfb4e</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>4b8fa6b2-950b-429c-bb2c-84ed226442c3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>4b8fa6b2-950b-429c-bb2c-84ed226442c3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>d386f0b2-a2e4-4538-b3e3-5481d218cafa</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>fdc26928-7ddb-4806-b78e-be430ffef611</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>fdc26928-7ddb-4806-b78e-be430ffef611</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>c56f45a9-5d2a-4fda-a2c5-f271872b1870</RequestTypeID>
</PatientRequest>
<PatientRequest>
<DoctorID>7448121f-eaed-4c2f-b776-c13b0f8cfb4e</DoctorID>
<LaboratoryData>
<LaboratoryCategoryLookup>
<CategoryID>4b8fa6b2-950b-429c-bb2c-84ed226442c3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
<LaboratoryCategoryLookup>
<CategoryID>4b8fa6b2-950b-429c-bb2c-84ed226442c3</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
<LaboratoryServiceLookup>
<ServiceID>0e42a003-152a-4e48-a0ae-a042d9cde9a1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</LaboratoryServiceLookup>
</ServiceList>
</LaboratoryCategoryLookup>
</LaboratoryData>
<PatientRequestID>d386f0b2-a2e4-4538-b3e3-5481d218cafa</PatientRequestID>
<RadiologyData>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>fdc26928-7ddb-4806-b78e-be430ffef611</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
<RadiologyTypeLookup>
<CategoryList>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
<RadiologyCategoryLookup>
<CategoryID>eaa140d0-359b-4f97-a2d7-8c3fcee72111</CategoryID>
<CategoryName>sample string 2</CategoryName>
<ServiceList>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
<RadiologyServiceLookup>
<ServiceID>c34e9286-fa5f-4816-b8ce-a3426cfc5661</ServiceID>
<ServiceName>sample string 2</ServiceName>
</RadiologyServiceLookup>
</ServiceList>
</RadiologyCategoryLookup>
</CategoryList>
<TypeID>fdc26928-7ddb-4806-b78e-be430ffef611</TypeID>
<TypeName>sample string 2</TypeName>
</RadiologyTypeLookup>
</RadiologyData>
<RequestTitle>sample string 4</RequestTitle>
<RequestTypeID>c56f45a9-5d2a-4fda-a2c5-f271872b1870</RequestTypeID>
</PatientRequest>
</PatientRequest>
</GetPatientRequestResponse>