Uses of Class
org.hl7.fhir.dstu3.model.Device.DeviceUdiComponent
Packages that use Device.DeviceUdiComponent
-
Uses of Device.DeviceUdiComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Device.DeviceUdiComponentModifier and TypeMethodDescriptionprotected Device.DeviceUdiComponentJsonParser.parseDeviceDeviceUdiComponent(com.google.gson.JsonObject json, Device owner)protected Device.DeviceUdiComponentXmlParser.parseDeviceDeviceUdiComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Device.DeviceUdiComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDeviceUdiComponent(String name, Device.DeviceUdiComponent element)protected voidRdfParser.composeDeviceDeviceUdiComponent(Turtle.Complex parent, String parentType, String name, Device.DeviceUdiComponent element, int index)protected voidXmlParser.composeDeviceDeviceUdiComponent(String name, Device.DeviceUdiComponent element)protected voidXmlParser.composeDeviceDeviceUdiComponentElements(Device.DeviceUdiComponent element)protected voidJsonParser.composeDeviceDeviceUdiComponentInner(Device.DeviceUdiComponent element)protected booleanXmlParser.parseDeviceDeviceUdiComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceUdiComponent res)protected voidJsonParser.parseDeviceDeviceUdiComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceUdiComponent res) -
Uses of Device.DeviceUdiComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Device.DeviceUdiComponentModifier and TypeFieldDescriptionprotected Device.DeviceUdiComponentDevice.udi[Unique device identifier (UDI)](device.html#5.11.3.2.2) assigned to device label or package.Methods in org.hl7.fhir.dstu3.model that return Device.DeviceUdiComponentModifier and TypeMethodDescriptionDevice.DeviceUdiComponent.copy()Device.getUdi()Device.DeviceUdiComponent.setCarrierAIDC(byte[] value)Device.DeviceUdiComponent.setCarrierAIDCElement(Base64BinaryType value)Device.DeviceUdiComponent.setCarrierHRF(String value)Device.DeviceUdiComponent.setCarrierHRFElement(StringType value)Device.DeviceUdiComponent.setDeviceIdentifier(String value)Device.DeviceUdiComponent.setDeviceIdentifierElement(StringType value)Device.DeviceUdiComponent.setEntryType(Device.UDIEntryType value)Device.DeviceUdiComponent.setEntryTypeElement(Enumeration<Device.UDIEntryType> value)Device.DeviceUdiComponent.setIssuerElement(UriType value)Device.DeviceUdiComponent.setJurisdiction(String value)Device.DeviceUdiComponent.setJurisdictionElement(UriType value)Device.DeviceUdiComponent.setNameElement(StringType value)Methods in org.hl7.fhir.dstu3.model with parameters of type Device.DeviceUdiComponent