GET api/PatientDailyVitals/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PatVitals| Name | Description | Type | Additional information |
|---|---|---|---|
| VitId | integer |
None. |
|
| RegNo | string |
None. |
|
| Vid | integer |
None. |
|
| VName | string |
None. |
|
| Value | string |
None. |
|
| VDate | date |
None. |
|
| EntryDate | date |
None. |
|
| EntryPerson | string |
None. |
|
| ActiveStatus | boolean |
None. |
|
| IsDoctorSeen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VitId": 1,
"RegNo": "sample string 2",
"Vid": 3,
"VName": "sample string 4",
"Value": "sample string 5",
"VDate": "2025-12-21T15:27:32.4978306+05:30",
"EntryDate": "2025-12-21T15:27:32.4978306+05:30",
"EntryPerson": "sample string 8",
"ActiveStatus": true,
"IsDoctorSeen": true
},
{
"VitId": 1,
"RegNo": "sample string 2",
"Vid": 3,
"VName": "sample string 4",
"Value": "sample string 5",
"VDate": "2025-12-21T15:27:32.4978306+05:30",
"EntryDate": "2025-12-21T15:27:32.4978306+05:30",
"EntryPerson": "sample string 8",
"ActiveStatus": true,
"IsDoctorSeen": true
}
]
application/xml, text/xml
Sample:
<ArrayOfPatVitals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
<PatVitals>
<ActiveStatus>true</ActiveStatus>
<EntryDate>2025-12-21T15:27:32.4978306+05:30</EntryDate>
<EntryPerson>sample string 8</EntryPerson>
<IsDoctorSeen>true</IsDoctorSeen>
<RegNo>sample string 2</RegNo>
<VDate>2025-12-21T15:27:32.4978306+05:30</VDate>
<VName>sample string 4</VName>
<Value>sample string 5</Value>
<Vid>3</Vid>
<VitId>1</VitId>
</PatVitals>
<PatVitals>
<ActiveStatus>true</ActiveStatus>
<EntryDate>2025-12-21T15:27:32.4978306+05:30</EntryDate>
<EntryPerson>sample string 8</EntryPerson>
<IsDoctorSeen>true</IsDoctorSeen>
<RegNo>sample string 2</RegNo>
<VDate>2025-12-21T15:27:32.4978306+05:30</VDate>
<VName>sample string 4</VName>
<Value>sample string 5</Value>
<Vid>3</Vid>
<VitId>1</VitId>
</PatVitals>
</ArrayOfPatVitals>