public static enum Device.UDIEntryType extends Enum<Device.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 with the generic types
|
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 Device.UDIEntryType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Device.UDIEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Device.UDIEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Device.UDIEntryType BARCODE
public static final Device.UDIEntryType RFID
public static final Device.UDIEntryType MANUAL
public static final Device.UDIEntryType CARD
public static final Device.UDIEntryType SELFREPORTED
public static final Device.UDIEntryType UNKNOWN
public static final Device.UDIEntryType NULL
public static Device.UDIEntryType[] values()
for (Device.UDIEntryType c : Device.UDIEntryType.values()) System.out.println(c);
public static Device.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 Device.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.