Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition
-
Uses of DeviceDefinition in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected DeviceDefinition
JsonParser.parseDeviceDefinition
(com.google.gson.JsonObject json) protected DeviceDefinition
XmlParser.parseDeviceDefinition
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinition
(String name, DeviceDefinition element) protected void
RdfParser.composeDeviceDefinition
(Turtle.Complex parent, String parentType, String name, DeviceDefinition element, int index) protected void
XmlParser.composeDeviceDefinition
(String name, DeviceDefinition element) protected void
XmlParser.composeDeviceDefinitionElements
(DeviceDefinition element) protected void
JsonParser.composeDeviceDefinitionInner
(DeviceDefinition element) protected boolean
XmlParser.parseDeviceDefinitionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition res) JsonParser.parseDeviceDefinitionDeviceDefinitionCapabilityComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionCapabilityComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionCapabilityComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionCapabilityComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionCapabilityComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionCapabilityComponent res) JsonParser.parseDeviceDefinitionDeviceDefinitionDeviceNameComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionDeviceNameComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionDeviceNameComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionDeviceNameComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) JsonParser.parseDeviceDefinitionDeviceDefinitionMaterialComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionMaterialComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionMaterialComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionMaterialComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) JsonParser.parseDeviceDefinitionDeviceDefinitionPropertyComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionPropertyComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionPropertyComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionPropertyComponent res) JsonParser.parseDeviceDefinitionDeviceDefinitionSpecializationComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionSpecializationComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionSpecializationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionSpecializationComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionSpecializationComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionSpecializationComponent res) JsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected void
JsonParser.parseDeviceDefinitionProperties
(com.google.gson.JsonObject json, DeviceDefinition res) -
Uses of DeviceDefinition in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected DeviceDefinition
Device.definitionTarget
The actual object that is the target of the reference (The reference to the definition for the device.)protected DeviceDefinition
DeviceDefinition.parentDeviceTarget
The actual object that is the target of the reference (The parent device it can be part of.)Modifier and TypeFieldDescriptionprotected List
<DeviceDefinition> MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.deviceTarget
The actual objects that are the target of the reference (A device accompanying a medicinal product.)protected List
<DeviceDefinition> MedicinalProductPharmaceutical.deviceTarget
The actual objects that are the target of the reference (Accompanying device.)Modifier and TypeMethodDescriptionDeviceDefinition.addCapability
(DeviceDefinition.DeviceDefinitionCapabilityComponent t) DeviceDefinition.addContact
(ContactPoint t) DeviceDefinition.addDeviceName
(DeviceDefinition.DeviceDefinitionDeviceNameComponent t) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.addDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductPharmaceutical.addDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceDefinition.addIdentifier
(Identifier t) DeviceDefinition.addLanguageCode
(CodeableConcept t) DeviceDefinition.addMaterial
(DeviceDefinition.DeviceDefinitionMaterialComponent t) DeviceDefinition.addNote
(Annotation t) DeviceDefinition.addProperty
(DeviceDefinition.DeviceDefinitionPropertyComponent t) DeviceDefinition.addSafety
(CodeableConcept t) DeviceDefinition.addShelfLifeStorage
(ProductShelfLife t) DeviceDefinition.addSpecialization
(DeviceDefinition.DeviceDefinitionSpecializationComponent t) DeviceDefinition.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) DeviceDefinition.addVersion
(String value) DeviceDefinition.copy()
Device.getDefinitionTarget()
DeviceDefinition.getParentDeviceTarget()
DeviceDefinition.setCapability
(List<DeviceDefinition.DeviceDefinitionCapabilityComponent> theCapability) DeviceDefinition.setContact
(List<ContactPoint> theContact) DeviceDefinition.setDeviceName
(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName) DeviceDefinition.setIdentifier
(List<Identifier> theIdentifier) DeviceDefinition.setLanguageCode
(List<CodeableConcept> theLanguageCode) DeviceDefinition.setManufacturer
(Type value) DeviceDefinition.setMaterial
(List<DeviceDefinition.DeviceDefinitionMaterialComponent> theMaterial) DeviceDefinition.setModelNumber
(String value) DeviceDefinition.setModelNumberElement
(StringType value) DeviceDefinition.setNote
(List<Annotation> theNote) DeviceDefinition.setOnlineInformation
(String value) DeviceDefinition.setOnlineInformationElement
(UriType value) DeviceDefinition.setOwnerTarget
(Organization value) DeviceDefinition.setParentDevice
(Reference value) DeviceDefinition.setParentDeviceTarget
(DeviceDefinition value) DeviceDefinition.setPhysicalCharacteristics
(ProdCharacteristic value) DeviceDefinition.setProperty
(List<DeviceDefinition.DeviceDefinitionPropertyComponent> theProperty) DeviceDefinition.setQuantity
(Quantity value) DeviceDefinition.setSafety
(List<CodeableConcept> theSafety) DeviceDefinition.setShelfLifeStorage
(List<ProductShelfLife> theShelfLifeStorage) DeviceDefinition.setSpecialization
(List<DeviceDefinition.DeviceDefinitionSpecializationComponent> theSpecialization) DeviceDefinition.setType
(CodeableConcept value) DeviceDefinition.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier) DeviceDefinition.setUrlElement
(UriType value) DeviceDefinition.setVersion
(List<StringType> theVersion) protected DeviceDefinition
DeviceDefinition.typedCopy()
Modifier and TypeMethodDescriptionMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.getDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductPharmaceutical.getDeviceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
DeviceDefinition.copyValues
(DeviceDefinition dst) Device.setDefinitionTarget
(DeviceDefinition value) DeviceDefinition.setParentDeviceTarget
(DeviceDefinition value)