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.DeviceDefinitionDeviceNameComponent
JsonParser. parseDeviceDefinitionDeviceDefinitionDeviceNameComponent(com.google.gson.JsonObject json, DeviceDefinition owner)
protected DeviceDefinition.DeviceDefinitionDeviceNameComponent
XmlParser. 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. deviceName
A 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 DeviceDefinition
DeviceDefinition. addDeviceName(DeviceDefinition.DeviceDefinitionDeviceNameComponent t)
void
DeviceDefinition.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 DeviceDefinition
DeviceDefinition. setDeviceName(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName)
-