POST api/PatientManagement/RemovePatientDocumentFile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "0bd5c901-a1e2-4804-9b60-0a3699683a3f",
  "Parameter": {
    "PersonId": 2,
    "PatientId": 2,
    "OrganizationUid": "4f043416-c041-49fd-ab88-663ce81dd9dc",
    "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>4f043416-c041-49fd-ab88-663ce81dd9dc</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>0bd5c901-a1e2-4804-9b60-0a3699683a3f</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.