OBJECT

IndividualClientType

An object containing an individual note for certain patient associated with group charting note

link GraphQL Schema definition

  • type IndividualClientType {
  • # The content of the note
  • content: String
  • id: ID
  • # Associated patient
  • user: User
  • }