POST api/EMRAPI/getDataObjectExecute
Request Information
URI Parameters
None.
Body Parameters
getDataObjectExecute| Name | Description | Type | Additional information |
|---|---|---|---|
| Query | string |
None. |
|
| DataObjectId | integer |
None. |
|
| EncounterId | integer |
None. |
|
| RegistrationId | integer |
None. |
|
| IVFId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Query": "sample string 1",
"DataObjectId": 2,
"EncounterId": 3,
"RegistrationId": 4,
"IVFId": 5
}
application/xml, text/xml
Sample:
<getDataObjectExecute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <DataObjectId>2</DataObjectId> <EncounterId>3</EncounterId> <IVFId>5</IVFId> <Query>sample string 1</Query> <RegistrationId>4</RegistrationId> </getDataObjectExecute>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.