Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionDeviceNameComponent
-
Packages that use DeviceDefinition.DeviceDefinitionDeviceNameComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionDeviceNameComponentJsonParser. parseDeviceDefinitionDeviceNameComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionDeviceNameComponentXmlParser. parseDeviceDefinitionDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionDeviceNameComponent>DeviceDefinition. deviceNameThe name or names of the device as given by the manufacturer.Methods in org.hl7.fhir.r5.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.r5.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.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionDeviceNameComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setDeviceName(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName)
-