
Uses of Class
org.hl7.fhir.r5.model.Device.DeviceNameComponent
Packages that use Device.DeviceNameComponent
-
Uses of Device.DeviceNameComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceNameComponentModifier and TypeMethodDescriptionprotected Device.DeviceNameComponent
JsonParser.parseDeviceNameComponent
(com.google.gson.JsonObject json) protected Device.DeviceNameComponent
XmlParser.parseDeviceNameComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceNameComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceNameComponent
(String name, Device.DeviceNameComponent element) protected void
RdfParser.composeDeviceNameComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceNameComponent element, int index) protected void
XmlParser.composeDeviceNameComponent
(String name, Device.DeviceNameComponent element) protected void
XmlParser.composeDeviceNameComponentElements
(Device.DeviceNameComponent element) protected void
JsonParser.composeDeviceNameComponentProperties
(Device.DeviceNameComponent element) protected boolean
XmlParser.parseDeviceNameComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceNameComponent res) protected void
JsonParser.parseDeviceNameComponentProperties
(com.google.gson.JsonObject json, Device.DeviceNameComponent res) -
Uses of Device.DeviceNameComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceNameComponentModifier and TypeFieldDescriptionprotected List
<Device.DeviceNameComponent> Device.name
This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device.Methods in org.hl7.fhir.r5.model that return Device.DeviceNameComponentModifier and TypeMethodDescriptionDevice.addName()
Device.DeviceNameComponent.copy()
Device.getNameFirstRep()
Device.DeviceNameComponent.setDisplay
(boolean value) Device.DeviceNameComponent.setDisplayElement
(BooleanType value) Device.DeviceNameComponent.setType
(Enumerations.DeviceNameType value) Device.DeviceNameComponent.setTypeElement
(Enumeration<Enumerations.DeviceNameType> value) Device.DeviceNameComponent.setValueElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceNameComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceNameComponentModifier and TypeMethodDescriptionDevice.addName
(Device.DeviceNameComponent t) void
Device.DeviceNameComponent.copyValues
(Device.DeviceNameComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceNameComponent