ReportSheetEntry
A single entry of a client's report sheet
type ReportSheetEntry {
area: ServiceArea!
benefit: Benefit!
comment: String
employee: Employee
lastModified: LocalDateTime
reason: String
recordedAt: LocalDateTime!
status: RecordStatusType!
workItemId: TourWorkItemID
}
Fields
ReportSheetEntry.area ● ServiceArea! non-null enum
The service area of the entry (Ambulant care, daycare of private)
ReportSheetEntry.benefit ● Benefit! non-null interface
Reference to the corresponding benefit
ReportSheetEntry.comment ● String scalar
Comment to the current entry
ReportSheetEntry.employee ● Employee object
The employee who reported/executed this entry.
ReportSheetEntry.lastModified ● LocalDateTime scalar
The date and time when the entry was modified
ReportSheetEntry.reason ● String scalar
The reason for cancellation
ReportSheetEntry.recordedAt ● LocalDateTime! non-null scalar
The date and time when the entry was created
ReportSheetEntry.status ● RecordStatusType! non-null enum
The current status of the entry (active ot cancelled)
ReportSheetEntry.workItemId ● TourWorkItemID scalar
ID of the work item.
Member Of
Client object