Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceProductionIdentifierInUDI
-
Packages that use DeviceDefinition.DeviceProductionIdentifierInUDI Package Description org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceProductionIdentifierInUDI in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceProductionIdentifierInUDI Modifier and Type Field Description protected List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>>DeviceDefinition. productionIdentifierInUDIIndicates 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.DeviceProductionIdentifierInUDI Modifier and Type Method Description static DeviceDefinition.DeviceProductionIdentifierInUDIDeviceDefinition.DeviceProductionIdentifierInUDI. fromCode(String codeString)DeviceDefinition.DeviceProductionIdentifierInUDIDeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory. fromCode(String codeString)static DeviceDefinition.DeviceProductionIdentifierInUDIDeviceDefinition.DeviceProductionIdentifierInUDI. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceDefinition.DeviceProductionIdentifierInUDI[]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.DeviceProductionIdentifierInUDI Modifier and Type Method Description Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>DeviceDefinition. addProductionIdentifierInUDIElement()Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>DeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory. fromType(Base code)List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>>DeviceDefinition. getProductionIdentifierInUDI()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceProductionIdentifierInUDI Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addProductionIdentifierInUDI(DeviceDefinition.DeviceProductionIdentifierInUDI value)booleanDeviceDefinition. hasProductionIdentifierInUDI(DeviceDefinition.DeviceProductionIdentifierInUDI value)StringDeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory. toCode(DeviceDefinition.DeviceProductionIdentifierInUDI code)StringDeviceDefinition.DeviceProductionIdentifierInUDIEnumFactory. toSystem(DeviceDefinition.DeviceProductionIdentifierInUDI code)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceProductionIdentifierInUDI Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setProductionIdentifierInUDI(List<Enumeration<DeviceDefinition.DeviceProductionIdentifierInUDI>> theProductionIdentifierInUDI)
-