OBJECT

SentDirectMessage

A Received Direct Message

link GraphQL Schema definition

  • type SentDirectMessage {
  • # The number of attachments for the received direct message
  • attachments_count: Int
  • # The received date of the direct message
  • created_at: String
  • # 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
  • }