MaintenanceTaskDto constructor
MaintenanceTaskDto({
- required String id,
- String? rev,
- List<
IdentifierDto> identifier = const [], - int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- int? deletionDate,
- String? taskType,
- Set<
PropertyStubDto> properties = const {}, - required MaintenanceTaskDtoStatusEnum status,
- Set<
String> secretForeignKeys = const {}, - Map<
String, Set< cryptedForeignKeys = const {},DelegationDto> > - Map<
String, Set< delegations = const {},DelegationDto> > - Map<
String, Set< encryptionKeys = const {},DelegationDto> > - String? encryptedSelf,
Returns a new MaintenanceTaskDto instance.
Implementation
MaintenanceTaskDto({
required this.id,
this.rev,
this.identifier = const [],
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
this.taskType,
this.properties = const {},
required this.status,
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});