Patient Message Count
POST {{baseUrl}}/get_patient_message_count/execute
This function will provide the number of various types of messages that are associated to a patient based on either the MRN or the patient id.
Request Body
{"patient_mrn"=>"<string>", "patient_id"=>"<string>", "start_date"=>"<string>", "end_date"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
[{"count":"\u003cnumber\u003e","message_type":"\u003cstring\u003e"},{"count":"\u003cnumber\u003e","message_type":"\u003cstring\u003e"}]