POST api/exam_Assessments/add
Request Information
URI Parameters
None.
Body Parameters
Collection of Exam_AssessmentsModelName | Description | Type | Additional 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": "ed032a67-df14-4826-be9b-bc6b5003a5e1", "exam_ID": "2384020c-0746-4c9f-83a1-0123b9cad324", "assessment": "sample string 1", "created_dt": "2025-08-29T03:15:04.8954783+00:00", "created_by": "76ac9409-2ab3-4a0c-9ce6-e10eadf030c1", "updated_dt": "2025-08-29T03:15:04.8954783+00:00", "updated_by": "c718be42-0a83-46f1-afb8-4922fccf9f1b", "patientID": 1, "patient_id": "af58cbd9-1cd6-4e49-a22c-765190a46545", "type_txt": "sample string 4", "status_txt": "sample string 5", "number_txt": "sample string 6", "color_txt": "sample string 7", "exam_progress_note_id": "832129e8-e85c-4395-a02d-bcb4e79ee0f0", "start_dt": "2025-08-29T03:15:04.8954783+00:00", "end_dt": "2025-08-29T03:15:04.8954783+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": "3b55732c-1cc7-4ac4-a16a-bd0464c860f0", "exam_Assessment_ID": "92fce1b4-97a9-4afa-9c0d-03e20fe8a0b5", "assessment_Plan": "sample string 1", "created_dt": "2025-08-29T03:15:04.8954783+00:00", "created_by": "5553599f-0897-4b49-91cc-688c6de44827", "updated_dt": "2025-08-29T03:15:04.8954783+00:00", "updated_by": "56f90f6f-10e1-4981-bac2-4212441eb43b", "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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |