Uses of Enum
org.hl7.fhir.r5.model.DeviceDefinition.DeviceProductionIdentifierInUDI
-
Uses of DeviceDefinition.DeviceProductionIdentifierInUDI in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDeviceDefinition.productionIdentifierInUDI
Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label.Modifier 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.Modifier and TypeMethodDescriptionDeviceDefinition.addProductionIdentifierInUDIElement()
DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.fromType
(PrimitiveType<?> code) DeviceDefinition.getProductionIdentifierInUDI()
Modifier and TypeMethodDescriptionDeviceDefinition.addProductionIdentifierInUDI
(DeviceDefinition.DeviceProductionIdentifierInUDI value) boolean
DeviceDefinition.hasProductionIdentifierInUDI
(DeviceDefinition.DeviceProductionIdentifierInUDI value) DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.toCode
(DeviceDefinition.DeviceProductionIdentifierInUDI code) DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory.toSystem
(DeviceDefinition.DeviceProductionIdentifierInUDI code) Modifier and TypeMethodDescriptionDeviceDefinition.setProductionIdentifierInUDI
(List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>> theProductionIdentifierInUDI)