DocumentTemplateDto constructor
DocumentTemplateDto({
- 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? attachment,
- DocumentTemplateDtoDocumentTypeEnum? documentType,
- String? mainUti,
- String? name,
- Set<
String> otherUtis = const {}, - String? attachmentId,
- DocumentTemplateDtoVersionEnum? version,
- String? owner,
- String? guid,
- DocumentGroupDto? group,
- String? descr,
- String? disabled,
- CodeStubDto? specialty,
Returns a new DocumentTemplateDto instance.
Implementation
DocumentTemplateDto({
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.attachment,
this.documentType,
this.mainUti,
this.name,
this.otherUtis = const {},
this.attachmentId,
this.version,
this.owner,
this.guid,
this.group,
this.descr,
this.disabled,
this.specialty,
});