Uses of Class
org.hl7.fhir.r4.model.codesystems.MeasureDataUsage
-
Packages that use MeasureDataUsage Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of MeasureDataUsage in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return MeasureDataUsage Modifier and Type Method Description static MeasureDataUsageMeasureDataUsage. fromCode(String codeString)MeasureDataUsageMeasureDataUsageEnumFactory. fromCode(String codeString)static MeasureDataUsageMeasureDataUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasureDataUsage[]MeasureDataUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type MeasureDataUsage Modifier and Type Method Description StringMeasureDataUsageEnumFactory. toCode(MeasureDataUsage code)StringMeasureDataUsageEnumFactory. toSystem(MeasureDataUsage code)
-