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. |
|
| PatientID | integer |
None. |
|
| CaseGUID | string |
None. |
|
| LabOrgGUID | string |
None. |
|
| PMSPWS | string |
None. |
|
| DocumentsInfo | Collection of PatientAttachments |
None. |
|
| Order_Attachments | Collection of Order_Attachments |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"ErrorMessage": "sample string 2",
"ID": 3,
"OrderNumber": "sample string 4",
"VOPatientID": 5,
"PatientID": 6,
"CaseGUID": "sample string 7",
"LabOrgGUID": "sample string 8",
"PMSPWS": "sample string 9",
"DocumentsInfo": [
{
"AttachmentInfo": {
"ID": 1,
"DocumentID": 2,
"DocumentName": "sample string 3",
"DocumentType": "sample string 4",
"FileName": "sample string 5",
"DocumentStatus": "sample string 6",
"Description": "sample string 7",
"Comments": "sample string 8",
"Tags": "sample string 9",
"FileSize": 10,
"OrganizationID": 11,
"OFAccountID": 12,
"PatientID": 13,
"IsDeleted": 14,
"Category": "sample string 15",
"IsPrinted": 16,
"RecordedBy": 17,
"AddedOn": "sample string 18",
"SubCategory": "sample string 19",
"StorageFileID": "sample string 20",
"AttachmentType": "sample string 21"
},
"FileInfo": {
"ID": 1,
"FileID": 2,
"FileGUID": "sample string 3",
"Category": "sample string 4",
"FileType": "sample string 5",
"FilePath": "sample string 6",
"BasePath": "sample string 7",
"CaseID": 8,
"Type": "sample string 9",
"CaseStatus": "sample string 10",
"UserID": "sample string 11",
"FileName": "sample string 12",
"Base64String": "sample string 13",
"SubCategory": "sample string 14",
"StorageFileID": "sample string 15",
"Deleted": true,
"AttachmentType": "sample string 17"
},
"FilePath": "sample string 1",
"AttachmentContent": "sample string 2"
},
{
"AttachmentInfo": {
"ID": 1,
"DocumentID": 2,
"DocumentName": "sample string 3",
"DocumentType": "sample string 4",
"FileName": "sample string 5",
"DocumentStatus": "sample string 6",
"Description": "sample string 7",
"Comments": "sample string 8",
"Tags": "sample string 9",
"FileSize": 10,
"OrganizationID": 11,
"OFAccountID": 12,
"PatientID": 13,
"IsDeleted": 14,
"Category": "sample string 15",
"IsPrinted": 16,
"RecordedBy": 17,
"AddedOn": "sample string 18",
"SubCategory": "sample string 19",
"StorageFileID": "sample string 20",
"AttachmentType": "sample string 21"
},
"FileInfo": {
"ID": 1,
"FileID": 2,
"FileGUID": "sample string 3",
"Category": "sample string 4",
"FileType": "sample string 5",
"FilePath": "sample string 6",
"BasePath": "sample string 7",
"CaseID": 8,
"Type": "sample string 9",
"CaseStatus": "sample string 10",
"UserID": "sample string 11",
"FileName": "sample string 12",
"Base64String": "sample string 13",
"SubCategory": "sample string 14",
"StorageFileID": "sample string 15",
"Deleted": true,
"AttachmentType": "sample string 17"
},
"FilePath": "sample string 1",
"AttachmentContent": "sample string 2"
}
],
"Order_Attachments": [
{
"ID": 1,
"FileID": 2,
"FileGUID": "sample string 3",
"Category": "sample string 4",
"FileType": "sample string 5",
"FilePath": "sample string 6",
"BasePath": "sample string 7",
"CaseID": 8,
"Type": "sample string 9",
"CaseStatus": "sample string 10",
"UserID": "sample string 11",
"FileName": "sample string 12",
"Base64String": "sample string 13",
"SubCategory": "sample string 14",
"StorageFileID": "sample string 15",
"Deleted": true,
"AttachmentType": "sample string 17"
},
{
"ID": 1,
"FileID": 2,
"FileGUID": "sample string 3",
"Category": "sample string 4",
"FileType": "sample string 5",
"FilePath": "sample string 6",
"BasePath": "sample string 7",
"CaseID": 8,
"Type": "sample string 9",
"CaseStatus": "sample string 10",
"UserID": "sample string 11",
"FileName": "sample string 12",
"Base64String": "sample string 13",
"SubCategory": "sample string 14",
"StorageFileID": "sample string 15",
"Deleted": true,
"AttachmentType": "sample string 17"
}
]
}
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">
<CaseGUID>sample string 7</CaseGUID>
<DocumentsInfo>
<PatientAttachments>
<AttachmentContent>sample string 2</AttachmentContent>
<AttachmentInfo>
<AddedOn>sample string 18</AddedOn>
<AttachmentType>sample string 21</AttachmentType>
<Category>sample string 15</Category>
<Comments>sample string 8</Comments>
<Description>sample string 7</Description>
<DocumentID>2</DocumentID>
<DocumentName>sample string 3</DocumentName>
<DocumentStatus>sample string 6</DocumentStatus>
<DocumentType>sample string 4</DocumentType>
<FileName>sample string 5</FileName>
<FileSize>10</FileSize>
<ID>1</ID>
<IsDeleted>14</IsDeleted>
<IsPrinted>16</IsPrinted>
<OFAccountID>12</OFAccountID>
<OrganizationID>11</OrganizationID>
<PatientID>13</PatientID>
<RecordedBy>17</RecordedBy>
<StorageFileID>sample string 20</StorageFileID>
<SubCategory>sample string 19</SubCategory>
<Tags>sample string 9</Tags>
</AttachmentInfo>
<FileInfo>
<AttachmentType>sample string 17</AttachmentType>
<Base64String>sample string 13</Base64String>
<BasePath>sample string 7</BasePath>
<CaseID>8</CaseID>
<CaseStatus>sample string 10</CaseStatus>
<Category>sample string 4</Category>
<Deleted>true</Deleted>
<FileGUID>sample string 3</FileGUID>
<FileID>2</FileID>
<FileName>sample string 12</FileName>
<FilePath>sample string 6</FilePath>
<FileType>sample string 5</FileType>
<ID>1</ID>
<StorageFileID>sample string 15</StorageFileID>
<SubCategory>sample string 14</SubCategory>
<Type>sample string 9</Type>
<UserID>sample string 11</UserID>
</FileInfo>
<FilePath>sample string 1</FilePath>
</PatientAttachments>
<PatientAttachments>
<AttachmentContent>sample string 2</AttachmentContent>
<AttachmentInfo>
<AddedOn>sample string 18</AddedOn>
<AttachmentType>sample string 21</AttachmentType>
<Category>sample string 15</Category>
<Comments>sample string 8</Comments>
<Description>sample string 7</Description>
<DocumentID>2</DocumentID>
<DocumentName>sample string 3</DocumentName>
<DocumentStatus>sample string 6</DocumentStatus>
<DocumentType>sample string 4</DocumentType>
<FileName>sample string 5</FileName>
<FileSize>10</FileSize>
<ID>1</ID>
<IsDeleted>14</IsDeleted>
<IsPrinted>16</IsPrinted>
<OFAccountID>12</OFAccountID>
<OrganizationID>11</OrganizationID>
<PatientID>13</PatientID>
<RecordedBy>17</RecordedBy>
<StorageFileID>sample string 20</StorageFileID>
<SubCategory>sample string 19</SubCategory>
<Tags>sample string 9</Tags>
</AttachmentInfo>
<FileInfo>
<AttachmentType>sample string 17</AttachmentType>
<Base64String>sample string 13</Base64String>
<BasePath>sample string 7</BasePath>
<CaseID>8</CaseID>
<CaseStatus>sample string 10</CaseStatus>
<Category>sample string 4</Category>
<Deleted>true</Deleted>
<FileGUID>sample string 3</FileGUID>
<FileID>2</FileID>
<FileName>sample string 12</FileName>
<FilePath>sample string 6</FilePath>
<FileType>sample string 5</FileType>
<ID>1</ID>
<StorageFileID>sample string 15</StorageFileID>
<SubCategory>sample string 14</SubCategory>
<Type>sample string 9</Type>
<UserID>sample string 11</UserID>
</FileInfo>
<FilePath>sample string 1</FilePath>
</PatientAttachments>
</DocumentsInfo>
<ErrorMessage>sample string 2</ErrorMessage>
<ID>3</ID>
<LabOrgGUID>sample string 8</LabOrgGUID>
<Message>sample string 1</Message>
<OrderNumber>sample string 4</OrderNumber>
<Order_Attachments>
<Order_Attachments>
<AttachmentType>sample string 17</AttachmentType>
<Base64String>sample string 13</Base64String>
<BasePath>sample string 7</BasePath>
<CaseID>8</CaseID>
<CaseStatus>sample string 10</CaseStatus>
<Category>sample string 4</Category>
<Deleted>true</Deleted>
<FileGUID>sample string 3</FileGUID>
<FileID>2</FileID>
<FileName>sample string 12</FileName>
<FilePath>sample string 6</FilePath>
<FileType>sample string 5</FileType>
<ID>1</ID>
<StorageFileID>sample string 15</StorageFileID>
<SubCategory>sample string 14</SubCategory>
<Type>sample string 9</Type>
<UserID>sample string 11</UserID>
</Order_Attachments>
<Order_Attachments>
<AttachmentType>sample string 17</AttachmentType>
<Base64String>sample string 13</Base64String>
<BasePath>sample string 7</BasePath>
<CaseID>8</CaseID>
<CaseStatus>sample string 10</CaseStatus>
<Category>sample string 4</Category>
<Deleted>true</Deleted>
<FileGUID>sample string 3</FileGUID>
<FileID>2</FileID>
<FileName>sample string 12</FileName>
<FilePath>sample string 6</FilePath>
<FileType>sample string 5</FileType>
<ID>1</ID>
<StorageFileID>sample string 15</StorageFileID>
<SubCategory>sample string 14</SubCategory>
<Type>sample string 9</Type>
<UserID>sample string 11</UserID>
</Order_Attachments>
</Order_Attachments>
<PMSPWS>sample string 9</PMSPWS>
<PatientID>6</PatientID>
<VOPatientID>5</VOPatientID>
</Response>