HealthcareElement constructor

HealthcareElement({
  1. String? id,
  2. List<Identifier> identifiers = const [],
  3. String? rev,
  4. int? created,
  5. int? modified,
  6. String? author,
  7. String? responsible,
  8. String? medicalLocationId,
  9. Set<CodingReference> labels = const {},
  10. Set<CodingReference> codes = const {},
  11. int? endOfLife,
  12. int? deletionDate,
  13. String? healthcareElementId,
  14. int? valueDate,
  15. int? openingDate,
  16. int? closingDate,
  17. String? description,
  18. String? note,
  19. SystemMetaDataEncrypted? systemMetaData,
})

Returns a new HealthcareElement instance.

Implementation

HealthcareElement({
  this.id,
  this.identifiers = const [],
  this.rev,
  this.created,
  this.modified,
  this.author,
  this.responsible,
  this.medicalLocationId,
  this.labels = const {},
  this.codes = const {},
  this.endOfLife,
  this.deletionDate,
  this.healthcareElementId,
  this.valueDate,
  this.openingDate,
  this.closingDate,
  this.description,
  this.note,
  this.systemMetaData,
});