Package org.hl7.fhir.r5.model
Enum DeviceDefinition.DeviceProductionIdentifierInUDI
- java.lang.Object
-
- java.lang.Enum<DeviceDefinition.DeviceProductionIdentifierInUDI>
-
- org.hl7.fhir.r5.model.DeviceDefinition.DeviceProductionIdentifierInUDI
-
- All Implemented Interfaces:
Serializable,Comparable<DeviceDefinition.DeviceProductionIdentifierInUDI>
- Enclosing class:
- DeviceDefinition
public static enum DeviceDefinition.DeviceProductionIdentifierInUDI extends Enum<DeviceDefinition.DeviceProductionIdentifierInUDI>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIOLOGICALSOURCEThe label includes the biological source identifier.EXPIRATIONDATEThe label includes the expiration date.LOTNUMBERThe label includes the lot number.MANUFACTUREDDATEThe label includes the manufacture date.NULLadded to help the parsers with the generic typesSERIALNUMBERThe label includes the serial number.SOFTWAREVERSIONThe label includes the software version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeviceDefinition.DeviceProductionIdentifierInUDIfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static DeviceDefinition.DeviceProductionIdentifierInUDIvalueOf(String name)Returns the enum constant of this type with the specified name.static DeviceDefinition.DeviceProductionIdentifierInUDI[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LOTNUMBER
public static final DeviceDefinition.DeviceProductionIdentifierInUDI LOTNUMBER
The label includes the lot number.
-
MANUFACTUREDDATE
public static final DeviceDefinition.DeviceProductionIdentifierInUDI MANUFACTUREDDATE
The label includes the manufacture date.
-
SERIALNUMBER
public static final DeviceDefinition.DeviceProductionIdentifierInUDI SERIALNUMBER
The label includes the serial number.
-
EXPIRATIONDATE
public static final DeviceDefinition.DeviceProductionIdentifierInUDI EXPIRATIONDATE
The label includes the expiration date.
-
BIOLOGICALSOURCE
public static final DeviceDefinition.DeviceProductionIdentifierInUDI BIOLOGICALSOURCE
The label includes the biological source identifier.
-
SOFTWAREVERSION
public static final DeviceDefinition.DeviceProductionIdentifierInUDI SOFTWAREVERSION
The label includes the software version.
-
NULL
public static final DeviceDefinition.DeviceProductionIdentifierInUDI NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static DeviceDefinition.DeviceProductionIdentifierInUDI[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DeviceDefinition.DeviceProductionIdentifierInUDI c : DeviceDefinition.DeviceProductionIdentifierInUDI.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DeviceDefinition.DeviceProductionIdentifierInUDI valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static DeviceDefinition.DeviceProductionIdentifierInUDI fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-