HealthcareElement constructor
HealthcareElement({
- String? id,
- List<
Identifier> identifiers = const [], - String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodingReference> labels = const {}, - Set<
CodingReference> codes = const {}, - int? endOfLife,
- int? deletionDate,
- String? healthcareElementId,
- int? valueDate,
- int? openingDate,
- int? closingDate,
- String? description,
- String? note,
- 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,
});