Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionDeviceNameComponent
-
Packages that use DeviceDefinition.DeviceDefinitionDeviceNameComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionDeviceNameComponentJsonParser. parseDeviceDefinitionDeviceDefinitionDeviceNameComponent(com.google.gson.JsonObject json, DeviceDefinition owner)protected DeviceDefinition.DeviceDefinitionDeviceNameComponentXmlParser. parseDeviceDefinitionDeviceDefinitionDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) -
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionDeviceNameComponent>DeviceDefinition. deviceNameA name given to the device to identify it.Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionDeviceNameComponent>DeviceDefinition. getDeviceName()Methods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addDeviceName(DeviceDefinition.DeviceDefinitionDeviceNameComponent t)voidDeviceDefinition.DeviceDefinitionDeviceNameComponent. copyValues(DeviceDefinition.DeviceDefinitionDeviceNameComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setDeviceName(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName)
-