public enum MeasureReportType extends Enum<MeasureReportType>
Enum Constant and Description |
---|
DATACOLLECTION
A data collection report that contains data-of-interest for the measure.
|
INDIVIDUAL
An individual report that provides information on the performance for a given measure with respect to a single subject.
|
NULL
added to help the parsers
|
SUBJECTLIST
A subject list report that includes a listing of subjects that satisfied each population criteria in the measure.
|
SUMMARY
A summary report that returns the number of members in each population criteria for the measure.
|
Modifier and Type | Method and Description |
---|---|
static MeasureReportType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MeasureReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureReportType INDIVIDUAL
public static final MeasureReportType SUBJECTLIST
public static final MeasureReportType SUMMARY
public static final MeasureReportType DATACOLLECTION
public static final MeasureReportType NULL
public static MeasureReportType[] values()
for (MeasureReportType c : MeasureReportType.values()) System.out.println(c);
public static MeasureReportType 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 MeasureReportType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.