MedicalDevice constructor
MedicalDevice({
- String? id,
- String? rev,
- int? deletionDate,
- List<
Identifier> identifiers = const [], - int? created,
- int? modified,
- String? author,
- String? responsible,
- Set<
CodingReference> labels = const {}, - Set<
CodingReference> codes = const {}, - int? endOfLife,
- String? externalId,
- String? name,
- String? type,
- String? brand,
- String? model,
- String? serialNumber,
- String? parentId,
- List<
String> picture = const [], - Set<
Property> properties = const {}, - SystemMetaDataOwner? systemMetaData,
Returns a new MedicalDevice instance.
Implementation
MedicalDevice({
this.id,
this.rev,
this.deletionDate,
this.identifiers = const [],
this.created,
this.modified,
this.author,
this.responsible,
this.labels = const {},
this.codes = const {},
this.endOfLife,
this.externalId,
this.name,
this.type,
this.brand,
this.model,
this.serialNumber,
this.parentId,
this.picture = const [],
this.properties = const {},
this.systemMetaData,
});