CdaActivityEvent
Information on an event surrounding CDA activity
Fields
activity_type
· String
· The activity that occured created_at
· String
· The time of the event document_id
· String
· The ID of the document outbound_recipient
· String
· The outbound recipient user_email
· String
· The email of the user who took the action. Used By
Definition
"""Information on an event surrounding CDA activity"""type CdaActivityEvent { """ The activity that occured """ activity_type: String
""" The type of CDA """ cda_type: String
""" The time of the event """ created_at: String
""" The ID of the document """ document_id: String
""" Self descriptive """ id: ID!
""" The outbound recipient """ outbound_recipient: String
""" The user who opened the document """ user: User
""" The email of the user who took the action. """ user_email: String}