Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionDeviceNameComponent
-
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionDeviceNameComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionDeviceNameComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionDeviceNameComponent
(String name, DeviceDefinition.DeviceDefinitionDeviceNameComponent element) protected void
RdfParser.composeDeviceDefinitionDeviceNameComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionDeviceNameComponent element, int index) protected void
XmlParser.composeDeviceDefinitionDeviceNameComponent
(String name, DeviceDefinition.DeviceDefinitionDeviceNameComponent element) protected void
XmlParser.composeDeviceDefinitionDeviceNameComponentElements
(DeviceDefinition.DeviceDefinitionDeviceNameComponent element) protected void
JsonParser.composeDeviceDefinitionDeviceNameComponentProperties
(DeviceDefinition.DeviceDefinitionDeviceNameComponent element) protected boolean
XmlParser.parseDeviceDefinitionDeviceNameComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceNameComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) -
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDeviceDefinition.deviceName
The name or names of the device as given by the manufacturer.Modifier and TypeMethodDescriptionDeviceDefinition.addDeviceName()
DeviceDefinition.DeviceDefinitionDeviceNameComponent.copy()
DeviceDefinition.getDeviceNameFirstRep()
DeviceDefinition.DeviceDefinitionDeviceNameComponent.setNameElement
(StringType value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setType
(Enumerations.DeviceNameType value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setTypeElement
(Enumeration<Enumerations.DeviceNameType> value) Modifier and TypeMethodDescriptionDeviceDefinition.addDeviceName
(DeviceDefinition.DeviceDefinitionDeviceNameComponent t) void
DeviceDefinition.DeviceDefinitionDeviceNameComponent.copyValues
(DeviceDefinition.DeviceDefinitionDeviceNameComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setDeviceName
(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName)