
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
Packages that use DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionUdiDeviceIdentifierComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionUdiDeviceIdentifierComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionUdiDeviceIdentifierComponent
(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
RdfParser.composeDeviceDefinitionUdiDeviceIdentifierComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element, int index) protected void
XmlParser.composeDeviceDefinitionUdiDeviceIdentifierComponent
(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
XmlParser.composeDeviceDefinitionUdiDeviceIdentifierComponentElements
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
JsonParser.composeDeviceDefinitionUdiDeviceIdentifierComponentProperties
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected boolean
XmlParser.parseDeviceDefinitionUdiDeviceIdentifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected void
JsonParser.parseDeviceDefinitionUdiDeviceIdentifierComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) -
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeFieldDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.udiDeviceIdentifier
Unique Device Identifier (UDI) Barcode string on the packaging.DeviceDefinition.udiDeviceIdentifier
Unique device identifier (UDI) assigned to device label or package.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.addMarketDistribution
(DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent t) DeviceDefinition.addUdiDeviceIdentifier()
DeviceDefinition.DeviceDefinitionPackagingComponent.addUdiDeviceIdentifier()
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copy()
DeviceDefinition.DeviceDefinitionPackagingComponent.getUdiDeviceIdentifierFirstRep()
DeviceDefinition.getUdiDeviceIdentifierFirstRep()
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setDeviceIdentifier
(String value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setDeviceIdentifierElement
(StringType value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setIssuerElement
(UriType value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setJurisdiction
(String value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setJurisdictionElement
(UriType value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setMarketDistribution
(List<DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent> theMarketDistribution) Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.getUdiDeviceIdentifier()
DeviceDefinition.getUdiDeviceIdentifier()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) DeviceDefinition.DeviceDefinitionPackagingComponent.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) void
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copyValues
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier) DeviceDefinition.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier)