
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionDeviceNameComponent
Packages that use DeviceDefinition.DeviceDefinitionDeviceNameComponent
-
Uses of DeviceDefinition.DeviceDefinitionDeviceNameComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionDeviceNameComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionDeviceNameComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier and TypeFieldDescriptionDeviceDefinition.deviceName
The name or names of the device as given by the manufacturer.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionDeviceNameComponentMethods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier and TypeMethodDescriptionDeviceDefinition.addDeviceName
(DeviceDefinition.DeviceDefinitionDeviceNameComponent t) void
DeviceDefinition.DeviceDefinitionDeviceNameComponent.copyValues
(DeviceDefinition.DeviceDefinitionDeviceNameComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionDeviceNameComponentModifier and TypeMethodDescriptionDeviceDefinition.setDeviceName
(List<DeviceDefinition.DeviceDefinitionDeviceNameComponent> theDeviceName)