GET api/Orders/ReferringPhysiciansInfo?physcian={physcian}&OFAccountID={OFAccountID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| physcian | string |
Required |
|
| OFAccountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReferringPhysiciansInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| fax | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| RefPhy | string |
None. |
|
| UserID | integer |
None. |
|
| firstname | string |
None. |
|
| lastname | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fax": "sample string 1",
"Fax": "sample string 2",
"email": "sample string 3",
"RefPhy": "sample string 4",
"UserID": 5,
"firstname": "sample string 6",
"lastname": "sample string 7"
}
application/xml, text/xml
Sample:
<ReferringPhysiciansInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO"> <Fax>sample string 2</Fax> <RefPhy>sample string 4</RefPhy> <UserID>5</UserID> <email>sample string 3</email> <fax>sample string 1</fax> <firstname>sample string 6</firstname> <lastname>sample string 7</lastname> </ReferringPhysiciansInfo>