public enum UdiEntryType extends Enum<UdiEntryType>
| Enum Constant and Description |
|---|
BARCODE
a barcodescanner captured the data from the device label.
|
CARD
The data originated from a patient's implant card and was read by an operator.
|
MANUAL
The data was read from the label by a person and manually entered.
|
NULL
added to help the parsers
|
RFID
An RFID chip reader captured the data from the device label.
|
SELFREPORTED
The data originated from a patient source and was not directly scanned or read from a label or card.
|
UNKNOWN
The method of data capture has not been determined.
|
| Modifier and Type | Method and Description |
|---|---|
static UdiEntryType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static UdiEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UdiEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UdiEntryType BARCODE
public static final UdiEntryType RFID
public static final UdiEntryType MANUAL
public static final UdiEntryType CARD
public static final UdiEntryType SELFREPORTED
public static final UdiEntryType UNKNOWN
public static final UdiEntryType NULL
public static UdiEntryType[] values()
for (UdiEntryType c : UdiEntryType.values()) System.out.println(c);
public static UdiEntryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static UdiEntryType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.