Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionUdiDeviceIdentifierComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionUdiDeviceIdentifierComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.getUdiDeviceIdentifier()
DeviceDefinition.getUdiDeviceIdentifier()
Modifier and TypeMethodDescriptionDeviceDefinition.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) DeviceDefinition.DeviceDefinitionPackagingComponent.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) void
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copyValues
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionPackagingComponent.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier) DeviceDefinition.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier)