POST api/exam_Assessments/update

Request Information

URI Parameters

None.

Body Parameters

Collection of Exam_AssessmentsModel
NameDescriptionTypeAdditional information
Exam_Assessment_ID

globally unique identifier

None.

Exam_ID

globally unique identifier

None.

Assessment

string

None.

created_dt

date

None.

created_by

globally unique identifier

None.

updated_dt

date

None.

updated_by

globally unique identifier

None.

PatientID

integer

None.

patient_id

globally unique identifier

None.

type_txt

string

None.

status_txt

string

None.

number_txt

string

None.

color_txt

string

None.

exam_progress_note_id

globally unique identifier

None.

start_dt

date

None.

end_dt

date

None.

source_txt

string

None.

ccda_code

string

None.

reconciled_txt

string

None.

Exam_Assessment_Plans

Collection of Exam_Assessment_PlansModel

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "exam_Assessment_ID": "061b89db-3901-4767-a289-f095ca874c18",
    "exam_ID": "34ca1e39-42ea-4fcb-9f15-bd8ce5d799ca",
    "assessment": "sample string 1",
    "created_dt": "2025-08-29T03:09:29.1040565+00:00",
    "created_by": "7ee225d9-0612-4040-a493-3ed42eb29755",
    "updated_dt": "2025-08-29T03:09:29.1040565+00:00",
    "updated_by": "60fbdb77-5d07-4fe4-b098-8c22324eadf5",
    "patientID": 1,
    "patient_id": "3d311f60-c6aa-4882-a9ba-152fd360059c",
    "type_txt": "sample string 4",
    "status_txt": "sample string 5",
    "number_txt": "sample string 6",
    "color_txt": "sample string 7",
    "exam_progress_note_id": "b71a8612-de47-4078-96dd-be7e22aced7f",
    "start_dt": "2025-08-29T03:09:29.1040565+00:00",
    "end_dt": "2025-08-29T03:09:29.1040565+00:00",
    "source_txt": "sample string 8",
    "ccda_code": "sample string 9",
    "reconciled_txt": "sample string 10",
    "exam_Assessment_Plans": [
      {
        "$id": "2",
        "exam_Assessment_Plan_ID": "f07c6ca2-b92b-4206-bf9e-e98ec6fe8b60",
        "exam_Assessment_ID": "cd8fa933-a0e0-4427-b0fd-f0ba9cf1ba42",
        "assessment_Plan": "sample string 1",
        "created_dt": "2025-08-29T03:09:29.1040565+00:00",
        "created_by": "6f9f4cea-059f-4ed7-be8d-245c4c25a72b",
        "updated_dt": "2025-08-29T03:09:29.1040565+00:00",
        "updated_by": "db3493fc-f6c0-4f9a-b4b7-653e771cb1c0",
        "number_txt": "sample string 4",
        "exam_Assessments": {
          "$ref": "1"
        }
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.