OBJECT
ChartingItemType
Charting Item
link GraphQL Schema definition
- type ChartingItemType {
- # The date of the item' creation
- String :
- # The name of the custom module form
- String :
- # The type of the document
- Document :
- # The ID of the filler
- ID :
- # The type of the form answer group
- FormAnswerGroup :
- # The ID of the form answer group
- ID :
- # The unique identifier of the item
- ID! :
- # Whether the item is a document
- Boolean :
- # The name of the item
- String :
- # The name of the provider
- String :
- # Whether the item is signed
- Boolean :
- # Whether the item is used for a charting
- Boolean :
- # Whether the item is used for a program
- Boolean :
- }