POST api/PatientManagement/RemovePatientDocumentFile
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "92b419e9-1f71-4b34-931b-a08027c6130a",
"Parameter": {
"PersonId": 2,
"PatientId": 2,
"OrganizationUid": "fedc3537-35a6-4570-a8e0-2928d83fd505",
"PersonTypes": [
1,
1,
1
],
"OrganizationId": 4,
"OrganizationName": "sample string 5"
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfPatientIdentifierModelN1Ow66A0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.PatientManagement.Models">
<d2p1:OrganizationId>4</d2p1:OrganizationId>
<d2p1:OrganizationName>sample string 5</d2p1:OrganizationName>
<d2p1:OrganizationUid>fedc3537-35a6-4570-a8e0-2928d83fd505</d2p1:OrganizationUid>
<d2p1:PatientId>2</d2p1:PatientId>
<d2p1:PersonId>2</d2p1:PersonId>
<d2p1:PersonTypes>
<PersonTypeEnum>Patient</PersonTypeEnum>
<PersonTypeEnum>Patient</PersonTypeEnum>
<PersonTypeEnum>Patient</PersonTypeEnum>
</d2p1:PersonTypes>
</Parameter>
<AppContextId>92b419e9-1f71-4b34-931b-a08027c6130a</AppContextId>
</AuthenticatedInputOfPatientIdentifierModelN1Ow66A0>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.