HealthElementDto constructor
HealthElementDto({
- required String id,
- List<
IdentifierDto> identifiers = const [], - String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- int? deletionDate,
- String? healthElementId,
- int? valueDate,
- int? openingDate,
- int? closingDate,
- String? descr,
- String? note,
- required bool relevant,
- String? idOpeningContact,
- String? idClosingContact,
- String? idService,
- required int status,
- HealthElementDtoLateralityEnum? laterality,
- List<
PlanOfActionDto> plansOfAction = const [], - List<
EpisodeDto> episodes = const [], - List<
CareTeamMemberDto> careTeam = const [], - 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 HealthElementDto instance.
Implementation
HealthElementDto({
required this.id,
this.identifiers = const [],
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
this.healthElementId,
this.valueDate,
this.openingDate,
this.closingDate,
this.descr,
this.note,
required this.relevant,
this.idOpeningContact,
this.idClosingContact,
this.idService,
required this.status,
this.laterality,
this.plansOfAction = const [],
this.episodes = const [],
this.careTeam = const [],
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});