Uses of Class
com.ibm.fhir.model.type.code.MeasureReportType
-
Packages that use MeasureReportType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of MeasureReportType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MeasureReportType Modifier and Type Method Description MeasureReportTypeMeasureReport. getType()The type of measure report.Methods in com.ibm.fhir.model.resource with parameters of type MeasureReportType Modifier and Type Method Description MeasureReport.BuilderMeasureReport.Builder. type(MeasureReportType type)The type of measure report. -
Uses of MeasureReportType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as MeasureReportType Modifier and Type Field Description static MeasureReportTypeMeasureReportType. DATA_COLLECTIONData Collectionstatic MeasureReportTypeMeasureReportType. INDIVIDUALIndividualstatic MeasureReportTypeMeasureReportType. SUBJECT_LISTSubject Liststatic MeasureReportTypeMeasureReportType. SUMMARYSummaryMethods in com.ibm.fhir.model.type.code that return MeasureReportType Modifier and Type Method Description MeasureReportTypeMeasureReportType.Builder. build()static MeasureReportTypeMeasureReportType. of(MeasureReportType.ValueSet value)Factory method for creating MeasureReportType objects from a passed enum value.static MeasureReportTypeMeasureReportType. of(String value)Factory method for creating MeasureReportType objects from a passed string value.
-