GET api/HealthHistory?vLabTestDtlsPatientId={vLabTestDtlsPatientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vLabTestDtlsPatientId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FormTestSC| Name | Description | Type | Additional information |
|---|---|---|---|
| FormType | string |
None. |
|
| LabTestlist | Collection of LabTestDtls |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"FormType": "sample string 1",
"LabTestlist": [
{
"$id": "2",
"Id": "sample string 1",
"Date": "sample string 2",
"SubTest": "sample string 3",
"Unit": "sample string 4",
"Value": "sample string 5",
"FormType": "sample string 6",
"IsEdit": "sample string 7"
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]