public enum CertaintySubcomponentRating extends Enum<CertaintySubcomponentRating>
| Enum Constant and Description |
|---|
ABSENT
possible reason for increasing quality rating was checked and found to be absent.
|
CRITICALCONCERN
critical concern.
|
DOWNCODE1
reduce quality rating by 1.
|
DOWNCODE2
reduce quality rating by 2.
|
DOWNCODE3
reduce quality rating by 3.
|
NOCHANGE
no change to quality rating.
|
NOCONCERN
no serious concern.
|
NULL
added to help the parsers
|
PRESENT
possible reason for increasing quality rating was checked and found to bepresent.
|
SERIOUSCONCERN
serious concern.
|
UPCODE1
increase quality rating by 1.
|
UPCODE2
increase quality rating by 2.
|
| Modifier and Type | Method and Description |
|---|---|
static CertaintySubcomponentRating |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CertaintySubcomponentRating |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertaintySubcomponentRating[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertaintySubcomponentRating NOCHANGE
public static final CertaintySubcomponentRating DOWNCODE1
public static final CertaintySubcomponentRating DOWNCODE2
public static final CertaintySubcomponentRating DOWNCODE3
public static final CertaintySubcomponentRating UPCODE1
public static final CertaintySubcomponentRating UPCODE2
public static final CertaintySubcomponentRating NOCONCERN
public static final CertaintySubcomponentRating SERIOUSCONCERN
public static final CertaintySubcomponentRating CRITICALCONCERN
public static final CertaintySubcomponentRating PRESENT
public static final CertaintySubcomponentRating ABSENT
public static final CertaintySubcomponentRating NULL
public static CertaintySubcomponentRating[] values()
for (CertaintySubcomponentRating c : CertaintySubcomponentRating.values()) System.out.println(c);
public static CertaintySubcomponentRating 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 CertaintySubcomponentRating 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.