ServiceDto constructor
ServiceDto({
- required String id,
- String? transactionId,
- List<
IdentifierDto> identifier = const [], - String? contactId,
- Set<
String> subContactIds = const {}, - Set<
String> plansOfActionIds = const {}, - Set<
String> healthElementsIds = const {}, - Set<
String> formIds = const {}, - Set<
String> secretForeignKeys = const {}, - Map<
String, Set< cryptedForeignKeys = const {},DelegationDto> > - Map<
String, Set< delegations = const {},DelegationDto> > - Map<
String, Set< encryptionKeys = const {},DelegationDto> > - String? label,
- int? index,
- Map<
String, ContentDto> content = const {}, - String? encryptedContent,
- Map<
String, String> textIndexes = const {}, - int? valueDate,
- int? openingDate,
- int? closingDate,
- String? formId,
- int? created,
- int? modified,
- int? endOfLife,
- String? author,
- String? responsible,
- String? medicalLocationId,
- String? comment,
- int? status,
- Set<
String> invoicingCodes = const {}, - List<
AnnotationDto> notes = const [], - Map<
String, Map< qualifiedLinks = const {},String, String> > - Set<
CodeStubDto> codes = const {}, - Set<
CodeStubDto> tags = const {}, - String? encryptedSelf,
Returns a new ServiceDto instance.
Implementation
ServiceDto({
required this.id,
this.transactionId,
this.identifier = const [],
this.contactId,
this.subContactIds = const {},
this.plansOfActionIds = const {},
this.healthElementsIds = const {},
this.formIds = const {},
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.label,
this.index,
this.content = const {},
this.encryptedContent,
this.textIndexes = const {},
this.valueDate,
this.openingDate,
this.closingDate,
this.formId,
this.created,
this.modified,
this.endOfLife,
this.author,
this.responsible,
this.medicalLocationId,
this.comment,
this.status,
this.invoicingCodes = const {},
this.notes = const [],
this.qualifiedLinks = const {},
this.codes = const {},
this.tags = const {},
this.encryptedSelf,
});