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