public enum RejectionCriteria extends Enum<RejectionCriteria>
| Enum Constant and Description |
|---|
BROKEN
specimen container broken.
|
CLOTTED
specimen clotted.
|
HEMOLIZED
blood specimen hemolized.
|
INSUFFICIENT
insufficient quantity of specimen.
|
NULL
added to help the parsers
|
WRONGTEMPERATURE
specimen temperature inappropriate.
|
| Modifier and Type | Method and Description |
|---|---|
static RejectionCriteria |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RejectionCriteria |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectionCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RejectionCriteria HEMOLIZED
public static final RejectionCriteria INSUFFICIENT
public static final RejectionCriteria BROKEN
public static final RejectionCriteria CLOTTED
public static final RejectionCriteria WRONGTEMPERATURE
public static final RejectionCriteria NULL
public static RejectionCriteria[] values()
for (RejectionCriteria c : RejectionCriteria.values()) System.out.println(c);
public static RejectionCriteria 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 RejectionCriteria 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.