GET api/Npp/GetWorkList?username={username}&programType={programType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| programType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DoctorWorkList| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultID | integer |
None. |
|
| DoctorEmeditId | string |
None. |
|
| ReferralId | integer |
None. |
|
| ProgramType | string |
None. |
|
| ExaminationDate | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"resultID": 1,
"doctorEmeditId": "sample string 2",
"referralId": 3,
"programType": "sample string 4",
"examinationDate": "sample string 5"
}
application/xml, text/xml
Sample:
<DoctorWorkList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eOsa.BDO.API.Npp"> <DoctorEmeditId>sample string 2</DoctorEmeditId> <ExaminationDate>sample string 5</ExaminationDate> <ProgramType>sample string 4</ProgramType> <ReferralId>3</ReferralId> <ResultID>1</ResultID> </DoctorWorkList>