OBJECT
SentFax
A Sent Fax
link GraphQL Schema definition
- type SentFax {
- # The creation date of the fax
- String :
- # Where the fax was sent
- String :
- # The unique identifier of the fax
- ID! :
- # The patient that the fax is in regards to
- User :
- # False if no document ids or form answer group ids (fax existed before the
- # addition of document ids column)
- Boolean :
- # The sender of the fax
- User :
- # The status of the fax
- String :
- # The display string of the fax status
- String :
- }