Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition
-
Packages that use DeviceDefinition Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceDefinition Modifier and Type Method Description protected DeviceDefinitionJsonParser. parseDeviceDefinition(com.google.gson.JsonObject json)protected DeviceDefinitionXmlParser. parseDeviceDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as DeviceDefinition Modifier and Type Field Description protected DeviceDefinitionDevice. definitionTargetThe actual object that is the target of the reference (The reference to the definition for the device.)protected DeviceDefinitionDeviceDefinition. parentDeviceTargetThe actual object that is the target of the reference (The parent device it can be part of.)Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition Modifier and Type Field Description protected List<DeviceDefinition>MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. deviceTargetThe actual objects that are the target of the reference (A device accompanying a medicinal product.)protected List<DeviceDefinition>MedicinalProductPharmaceutical. deviceTargetThe actual objects that are the target of the reference (Accompanying device.)Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceDefinition Modifier and Type Method Description List<DeviceDefinition>MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. getDeviceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DeviceDefinition>MedicinalProductPharmaceutical. getDeviceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition Modifier and Type Method Description voidDeviceDefinition. copyValues(DeviceDefinition dst)DeviceDevice. setDefinitionTarget(DeviceDefinition value)DeviceDefinitionDeviceDefinition. setParentDeviceTarget(DeviceDefinition value)
-