GET api/HealthHistory?vPatientHistId={vPatientHistId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vPatientHistId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HistorySC| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PatientId | integer |
None. |
|
| Weight | decimal number |
Required |
|
| Height | decimal number |
Required |
|
| MedicalHistId | string |
None. |
|
| MedicalHist | string |
None. |
|
| MedicalHistLst | Collection of string |
None. |
|
| MedicalOtherHist | string |
None. |
|
| MedicalHistDetails | string |
None. |
|
| Medication | string |
None. |
|
| RecentExacrebation | string |
None. |
|
| SurgicalHist | string |
None. |
|
| AnaesthesiaHist | string |
None. |
|
| Allery | string |
None. |
|
| Allergy | string |
None. |
|
| Addictions | string |
None. |
|
| FamilyHist | string |
None. |
|
| OthSighist | string |
None. |
|
| OtherSigniHist | string |
None. |
|
| TakingMed | string |
None. |
|
| IsEdit | string |
None. |
|
| CurrUser | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedByText | string |
None. |
|
| CreatedOn | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"PatientId": 1,
"Weight": 2.0,
"Height": 3.0,
"MedicalHistId": "sample string 4",
"MedicalHist": "sample string 5",
"MedicalHistLst": [
"sample string 1",
"sample string 2"
],
"MedicalOtherHist": "sample string 6",
"MedicalHistDetails": "sample string 7",
"Medication": "sample string 8",
"RecentExacrebation": "sample string 9",
"SurgicalHist": "sample string 10",
"AnaesthesiaHist": "sample string 11",
"Allery": "sample string 12",
"Allergy": "sample string 13",
"Addictions": "sample string 14",
"FamilyHist": "sample string 15",
"OthSighist": "sample string 16",
"OtherSigniHist": "sample string 17",
"TakingMed": "sample string 18",
"IsEdit": "sample string 19",
"CurrUser": "sample string 20",
"CreatedBy": "sample string 21",
"CreatedByText": "sample string 22",
"CreatedOn": "sample string 23"
}