Uses of Class
org.hl7.fhir.r5.model.Device.DeviceDeviceNameComponent
Packages that use Device.DeviceDeviceNameComponent
-
Uses of Device.DeviceDeviceNameComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Device.DeviceDeviceNameComponentModifier and TypeMethodDescriptionprotected Device.DeviceDeviceNameComponentJsonParser.parseDeviceDeviceNameComponent(com.google.gson.JsonObject json) protected Device.DeviceDeviceNameComponentXmlParser.parseDeviceDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Device.DeviceDeviceNameComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDeviceNameComponent(String name, Device.DeviceDeviceNameComponent element) protected voidRdfParser.composeDeviceDeviceNameComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device.DeviceDeviceNameComponent element, int index) protected voidXmlParser.composeDeviceDeviceNameComponent(String name, Device.DeviceDeviceNameComponent element) protected voidXmlParser.composeDeviceDeviceNameComponentElements(Device.DeviceDeviceNameComponent element) protected voidJsonParser.composeDeviceDeviceNameComponentProperties(Device.DeviceDeviceNameComponent element) protected booleanXmlParser.parseDeviceDeviceNameComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device.DeviceDeviceNameComponent res) protected voidJsonParser.parseDeviceDeviceNameComponentProperties(com.google.gson.JsonObject json, Device.DeviceDeviceNameComponent res) -
Uses of Device.DeviceDeviceNameComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Device.DeviceDeviceNameComponentModifier and TypeFieldDescriptionprotected List<Device.DeviceDeviceNameComponent>Device.deviceNameThis 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.DeviceDeviceNameComponentModifier and TypeMethodDescriptionDevice.addDeviceName()Device.DeviceDeviceNameComponent.copy()Device.getDeviceNameFirstRep()Device.DeviceDeviceNameComponent.setNameElement(StringType value) Device.DeviceDeviceNameComponent.setType(Enumerations.DeviceNameType value) Device.DeviceDeviceNameComponent.setTypeElement(Enumeration<Enumerations.DeviceNameType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Device.DeviceDeviceNameComponentMethods in org.hl7.fhir.r5.model with parameters of type Device.DeviceDeviceNameComponentModifier and TypeMethodDescriptionvoidDevice.DeviceDeviceNameComponent.copyValues(Device.DeviceDeviceNameComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Device.DeviceDeviceNameComponentModifier and TypeMethodDescriptionDevice.setDeviceName(List<Device.DeviceDeviceNameComponent> theDeviceName)