Package com.ibm.fhir.model.type.code
Class UDIEntryType
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.UDIEntryType
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class UDIEntryType extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUDIEntryType.Builderstatic classUDIEntryType.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static UDIEntryTypeBARCODEBarcodestatic UDIEntryTypeCARDCardstatic UDIEntryTypeMANUALManualstatic UDIEntryTypeRFIDRFIDstatic UDIEntryTypeSELF_REPORTEDSelf Reportedstatic UDIEntryTypeUNKNOWNUnknown
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UDIEntryType.Builderbuilder()static Codecode(String value)Inherited factory method for creating UDIEntryType objects from a passed string value.booleanequals(Object obj)UDIEntryType.ValueSetgetValueAsEnumConstant()inthashCode()static UDIEntryTypeof(UDIEntryType.ValueSet value)Factory method for creating UDIEntryType objects from a passed enum value.static UDIEntryTypeof(String value)Factory method for creating UDIEntryType objects from a passed string value.static Stringstring(String value)Inherited factory method for creating UDIEntryType objects from a passed string value.UDIEntryType.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
BARCODE
public static final UDIEntryType BARCODE
Barcodea barcodescanner captured the data from the device label.
-
RFID
public static final UDIEntryType RFID
RFIDAn RFID chip reader captured the data from the device label.
-
MANUAL
public static final UDIEntryType MANUAL
ManualThe data was read from the label by a person and manually entered. (e.g. via a keyboard).
-
CARD
public static final UDIEntryType CARD
CardThe data originated from a patient's implant card and was read by an operator.
-
SELF_REPORTED
public static final UDIEntryType SELF_REPORTED
Self ReportedThe data originated from a patient source and was not directly scanned or read from a label or card.
-
UNKNOWN
public static final UDIEntryType UNKNOWN
UnknownThe method of data capture has not been determined.
-
-
Method Detail
-
getValueAsEnumConstant
public UDIEntryType.ValueSet getValueAsEnumConstant()
-
of
public static UDIEntryType of(UDIEntryType.ValueSet value)
Factory method for creating UDIEntryType objects from a passed enum value.
-
of
public static UDIEntryType of(String value)
Factory method for creating UDIEntryType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating UDIEntryType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating UDIEntryType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public UDIEntryType.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static UDIEntryType.Builder builder()
-
-