GET api/clinicians/pdmp
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ItemResponseOfPDMPResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | PDMPResponse |
None. |
|
| Result | Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item": {
"Status": 0,
"DataValidationErrors": null,
"SystemErrorDetail": "sample string 5"
},
"Result": {
"ResultCode": "sample string 1",
"ResultDescription": "sample string 2"
}
}
application/xml, text/xml
Sample:
<ItemResponseOfPDMPResponseFWsOsSRz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoseSpot.UI.API.DataContracts._13">
<Result>
<ResultCode>sample string 1</ResultCode>
<ResultDescription>sample string 2</ResultDescription>
</Result>
<Item xmlns:d2p1="http://schemas.datacontract.org/2004/07/DoseSpot.Application.DataContracts.ServiceObjects">
<Status xmlns="http://www.dosespot.com/application/data/11/2009">SystemError</Status>
<DataValidationErrors i:nil="true" xmlns="http://www.dosespot.com/application/data/11/2009" />
<SystemErrorDetail xmlns="http://www.dosespot.com/application/data/11/2009">sample string 5</SystemErrorDetail>
<RuntimeException xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://www.dosespot.com/application/data/11/2009">
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</RuntimeException>
<d2p1:Message>sample string 4</d2p1:Message>
<d2p1:ProgramName>sample string 2</d2p1:ProgramName>
<d2p1:StateId>1</d2p1:StateId>
<d2p1:URL>sample string 3</d2p1:URL>
</Item>
</ItemResponseOfPDMPResponseFWsOsSRz>