POST api/Npp/PostMamographyResult
Request Information
URI Parameters
None.
Body Parameters
MamographyReferralResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultId | integer |
Range: inclusive between 1 and 2147483647 |
|
| ReferralResponseId | integer |
Range: inclusive between 1 and 2147483647 |
|
| DoctorEmeditId | string |
Required |
|
| BiRadsCode | string |
None. |
|
| IsBadImageQuality | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"resultId": 1,
"referralResponseId": 2,
"doctorEmeditId": "sample string 3",
"biRadsCode": "sample string 4",
"isBadImageQuality": true
}
application/xml, text/xml
Sample:
<MamographyReferralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eOsa.BDO.API.Npp"> <BiRadsCode>sample string 4</BiRadsCode> <DoctorEmeditId>sample string 3</DoctorEmeditId> <IsBadImageQuality>true</IsBadImageQuality> <ReferralResponseId>2</ReferralResponseId> <ResultId>1</ResultId> </MamographyReferralResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.