
Uses of Enum
org.hl7.fhir.r5.model.DeviceDefinition.DeviceProductionIdentifierInUDI
Packages that use DeviceDefinition.DeviceProductionIdentifierInUDI
-
Uses of DeviceDefinition.DeviceProductionIdentifierInUDI in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceProductionIdentifierInUDIModifier and TypeFieldDescriptionDeviceDefinition.productionIdentifierInUDI
Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceProductionIdentifierInUDIModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.DeviceDefinition.DeviceProductionIdentifierInUDI.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceProductionIdentifierInUDIModifier and TypeMethodDescriptionDeviceDefinition.addProductionIdentifierInUDIElement()
DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.fromType
(PrimitiveType<?> code) DeviceDefinition.getProductionIdentifierInUDI()
Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceProductionIdentifierInUDIModifier and TypeMethodDescriptionDeviceDefinition.addProductionIdentifierInUDI
(DeviceDefinition.DeviceProductionIdentifierInUDI value) boolean
DeviceDefinition.hasProductionIdentifierInUDI
(DeviceDefinition.DeviceProductionIdentifierInUDI value) DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.toCode
(DeviceDefinition.DeviceProductionIdentifierInUDI code) DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.toSystem
(DeviceDefinition.DeviceProductionIdentifierInUDI code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceProductionIdentifierInUDIModifier and TypeMethodDescriptionDeviceDefinition.setProductionIdentifierInUDI
(List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>> theProductionIdentifierInUDI)