SumehrExportInfoDto constructor

SumehrExportInfoDto({
  1. List<String> secretForeignKeys = const [],
  2. List<String> excludedIds = const [],
  3. HealthcarePartyDto? recipient,
  4. String? softwareName,
  5. String? softwareVersion,
  6. String comment = '""',
  7. bool? includeIrrelevantInformation,
  8. List<ServiceDto> services = const [],
  9. 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 [],
});