Skip to content

SentDirectMessage

A Received Direct Message

Fields

attachments_count · Int · The number of attachments for the received direct message
created_at · ISO8601DateTime · The received date of the direct message
has_cda · Boolean · When true, the message has an attached CDA
id · ID! · required · The unique identifier of the fax
message_body · String · The body of the direct message
outbound_recipient · String · The outbound recipient
patient_id · String · ID of the related patient
status · String · The status
subject · String · The subject of the direct message

Used By

Definition

"""
A Received Direct Message
"""
type SentDirectMessage {
"""
The number of attachments for the received direct message
"""
attachments_count: Int
"""
The received date of the direct message
"""
created_at: ISO8601DateTime
"""
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
"""
The status
"""
status: String
"""
The subject of the direct message
"""
subject: String
}