
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 voidJsonParser.composeDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidRdfParser.composeDeviceDefinitionUdiDeviceIdentifierComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element, int index) protected voidXmlParser.composeDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidXmlParser.composeDeviceDefinitionUdiDeviceIdentifierComponentElements(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidJsonParser.composeDeviceDefinitionUdiDeviceIdentifierComponentProperties(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected booleanXmlParser.parseDeviceDefinitionUdiDeviceIdentifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected voidJsonParser.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.udiDeviceIdentifierUnique Device Identifier (UDI) Barcode string on the packaging.DeviceDefinition.udiDeviceIdentifierUnique 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) voidDeviceDefinition.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)