DeviceUsCore class

Inheritance
  • Object
  • Resource
  • DeviceUsCore

Constructors

DeviceUsCore({String? id, Meta? meta, Narrative? text, List<DeviceUdiCarrier>? udiCarrier, String? distinctIdentifier, String? manufacturer, FhirDateTime? manufactureDate, FhirDateTime? expirationDate, String? lotNumber, String? serialNumber, Code? status, List<DeviceDeviceName>? deviceName, String? modelNumber, required CodeableConcept type, required Reference patient})
factory
DeviceUsCore.implantable({DeviceUdiCarrier? udiCarrier, String? distinctIdentifier, FhirDateTime? manufactureDate, FhirDateTime? expirationDate, String? lotNumber, required CodeableConcept type, required Reference patient})
factory
DeviceUsCore.implantableMinimum({required CodeableConcept type, required Reference patient})
factory

Properties

contained List<Resource>?
getter/setter pairinherited
deviceName List<DeviceDeviceName>?
no setter
distinctIdentifier String?
no setter
expirationDate → FhirDateTime?
no setter
extension_ List<FhirExtension>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited-setteroverride-getter
implicitRules ↔ FhirUri?
getter/setter pairinherited
language ↔ Code?
getter/setter pairinherited
lotNumber String?
no setter
manufactureDate → FhirDateTime?
no setter
manufacturer String?
no setter
meta ↔ Meta?
getter/setter pairinherited-setteroverride-getter
modelNumber String?
no setter
modifierExtension List<FhirExtension>?
getter/setter pairinherited
path String
Local Reference for this Resource, form is "ResourceType/Id"
no setterinherited
patient → Reference?
no setter
resourceType ↔ R4ResourceType?
getter/setter pairinherited
resourceTypeString String?
produce a string of the resourceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
no setter
status → Code?
no setter
text ↔ Narrative?
getter/setter pairinherited-setteroverride-getter
thisReference → Reference
Convenience method to return a Reference referring to that Resource
no setterinherited
type → CodeableConcept?
no setter
udiCarrier List<DeviceUdiCarrier>?
no setter
value → Device
no setter

Methods

newId() → Resource
returns the same resource with a new ID (even if there is already an ID present)
inherited
newIdIfNoId() → Resource
returns the same resource with a new ID if there is no current ID
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map<String, dynamic> of the Resource
inherited
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object
inherited
updateVersion({Meta? oldMeta}) → Resource
Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited