DecryptedContactDto constructor
DecryptedContactDto({
- required String id,
- 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? groupId,
- int? openingDate,
- int? closingDate,
- String? descr,
- String? location,
- String? externalId,
- CodeStubDto? encounterType,
- Set<
SubContactDto> subContacts = const {}, - Set<
DecryptedServiceDto> services = const {}, - String? healthcarePartyId,
- String? modifiedContactId,
- 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 DecryptedContactDto instance.
Implementation
DecryptedContactDto({
required this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
this.groupId,
this.openingDate,
this.closingDate,
this.descr,
this.location,
this.externalId,
this.encounterType,
this.subContacts = const {},
this.services = const {},
this.healthcarePartyId,
this.modifiedContactId,
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});