SentDirectMessage
A Sent Direct Message
Fields
attachments
· [Document!] · Array of attachments attachments_count
· Int · The number of attachments for the sent direct message created_at
· ISO8601DateTime · The sent date of the direct message has_binary_attachment
· Boolean · When true, the message has an attached binary document message_body
· String · The body of the direct message outbound_recipient
· String · The outbound recipient patient_id
· String · ID of the related patient Used By
Definition
"""A Sent Direct Message"""type SentDirectMessage { """ Array of attachments """ attachments: [Document!]
""" The number of attachments for the sent direct message """ attachments_count: Int
""" The sent date of the direct message """ created_at: ISO8601DateTime
""" When true, the message has an attached binary document """ has_binary_attachment: Boolean
""" When true, the message has an attached CDA """ has_cda: Boolean
""" The unique identifier of the fax """ id: ID!
""" The body of the direct message """ message_body: String
""" The outbound recipient """ outbound_recipient: String
""" ID of the related patient """ patient_id: String
""" ID of the related sender """ sender_id: String
""" The status """ status: String
""" The subject of the direct message """ subject: String}