POST api/Patient/UpdatePatientChart
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| ErrorMessage | string |
None. |
|
| ID | integer |
None. |
|
| OrderNumber | string |
None. |
|
| VOPatientID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"ErrorMessage": "sample string 2",
"ID": 3,
"OrderNumber": "sample string 4",
"VOPatientID": 5
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO"> <ErrorMessage>sample string 2</ErrorMessage> <ID>3</ID> <Message>sample string 1</Message> <OrderNumber>sample string 4</OrderNumber> <VOPatientID>5</VOPatientID> </Response>