| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<MeasureReport.MeasureReportType> |
MeasureReport.type
The type of measure report.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureReport.MeasureReportType |
MeasureReport.MeasureReportType.fromCode(String codeString) |
MeasureReport.MeasureReportType |
MeasureReport.MeasureReportTypeEnumFactory.fromCode(String codeString) |
MeasureReport.MeasureReportType |
MeasureReport.getType() |
static MeasureReport.MeasureReportType |
MeasureReport.MeasureReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureReport.MeasureReportType[] |
MeasureReport.MeasureReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<MeasureReport.MeasureReportType> |
MeasureReport.MeasureReportTypeEnumFactory.fromType(Base code) |
Enumeration<MeasureReport.MeasureReportType> |
MeasureReport.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
MeasureReport |
MeasureReport.setType(MeasureReport.MeasureReportType value) |
String |
MeasureReport.MeasureReportTypeEnumFactory.toCode(MeasureReport.MeasureReportType code) |
String |
MeasureReport.MeasureReportTypeEnumFactory.toSystem(MeasureReport.MeasureReportType code) |
| Modifier and Type | Method and Description |
|---|---|
MeasureReport |
MeasureReport.setTypeElement(Enumeration<MeasureReport.MeasureReportType> value) |
| Constructor and Description |
|---|
MeasureReport(Enumeration<MeasureReport.MeasureReportStatus> status,
Enumeration<MeasureReport.MeasureReportType> type,
CanonicalType measure,
Period period)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.