public enum LOINC480020Answerlist extends Enum<LOINC480020Answerlist>
| Enum Constant and Description |
|---|
LA104291
Prenatal
|
LA181943
Likely Germline
|
LA181950
Likely Somatic
|
LA181968
Likely Prenatal
|
LA181976
Unknown Genomic Origin
|
LA66832
Germline
|
LA66840
Somatic
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static LOINC480020Answerlist |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static LOINC480020Answerlist |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LOINC480020Answerlist[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LOINC480020Answerlist LA66832
public static final LOINC480020Answerlist LA66840
public static final LOINC480020Answerlist LA104291
public static final LOINC480020Answerlist LA181943
public static final LOINC480020Answerlist LA181950
public static final LOINC480020Answerlist LA181968
public static final LOINC480020Answerlist LA181976
public static final LOINC480020Answerlist NULL
public static LOINC480020Answerlist[] values()
for (LOINC480020Answerlist c : LOINC480020Answerlist.values()) System.out.println(c);
public static LOINC480020Answerlist 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 LOINC480020Answerlist fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.