ImportResultDto constructor
ImportResultDto({
- PatientDto? patient,
- List<
HealthElementDto> hes = const [], - List<
ContactDto> ctcs = const [], - List<
String> warnings = const [], - List<
String> errors = const [], - List<
FormDto> forms = const [], - List<
HealthcarePartyDto> hcps = const [], - List<
DocumentDto> documents = const [], - Map<
String, MimeAttachmentDto> attachments = const {},
Returns a new ImportResultDto instance.
Implementation
ImportResultDto({
this.patient,
this.hes = const [],
this.ctcs = const [],
this.warnings = const [],
this.errors = const [],
this.forms = const [],
this.hcps = const [],
this.documents = const [],
this.attachments = const {},
});