SumehrExportInfoDto constructor
SumehrExportInfoDto({
- List<
String> secretForeignKeys = const [], - List<
String> excludedIds = const [], - HealthcarePartyDto? recipient,
- String? softwareName,
- String? softwareVersion,
- String comment = '""',
- bool? includeIrrelevantInformation,
- List<
ServiceDto> services = const [], - List<
HealthElementDto> healthElements = const [],
Returns a new SumehrExportInfoDto instance.
Implementation
SumehrExportInfoDto({
this.secretForeignKeys = const [],
this.excludedIds = const [],
this.recipient,
this.softwareName,
this.softwareVersion,
this.comment = '""',
this.includeIrrelevantInformation,
this.services = const [],
this.healthElements = const [],
});