Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
-
Packages that use DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentJsonParser. parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(com.google.gson.JsonObject json, DeviceDefinition owner)protected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentXmlParser. parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) -
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent>DeviceDefinition. udiDeviceIdentifierUnique device identifier (UDI) assigned to device label or package.Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent>DeviceDefinition. getUdiDeviceIdentifier()Methods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addUdiDeviceIdentifier(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t)voidDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent. copyValues(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setUdiDeviceIdentifier(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier)
-