Write back Medical Observations

Description

Path

Method Type

Write back Medical Observations

/write/medical-observations-write-back

POST

Request Parameters

ParameterData TypeDescription
Dental OfficeFrom the drop-down menu, select a dental office.Name of the dental office
Practice LocationintLocation of the dental office.
Unique KeystringUnique ID of the for the batch of the records to be posted back
Patient IdstringUnique ID for the patient.
Medical Observation TypestringMedical Observation Type
Notesstring

Sample Response

{
  "isSucceed": true,
  "pageSize": 0,
  "currentPageIndex": 0,
  "maxPageIndex": 0,
  "totalCount": 0,
  "resultCount": 0,
  "errorMessages": null,
  "exception": null,
  "data": [
    {
      "isSucceed": true,
      "errorMessages": null,
      "exception": null,
      "data": 1,
      "totalCount": 0
    }
  ]
}