Class Measure30_50
java.lang.Object
org.hl7.fhir.convertors.conv30_50.resources30_50.Measure30_50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.Measure
convertMeasure
(org.hl7.fhir.dstu3.model.Measure src) static org.hl7.fhir.dstu3.model.Measure
convertMeasure
(org.hl7.fhir.r5.model.Measure src) static org.hl7.fhir.r5.model.Measure.MeasureGroupComponent
convertMeasureGroup
(org.hl7.fhir.dstu3.model.Measure.MeasureGroupComponent src) static org.hl7.fhir.dstu3.model.Measure.MeasureGroupComponent
convertMeasureGroup
(org.hl7.fhir.r5.model.Measure.MeasureGroupComponent src) static org.hl7.fhir.r5.model.Measure.MeasureGroupPopulationComponent
convertMeasureGroupPopulation
(org.hl7.fhir.dstu3.model.Measure.MeasureGroupPopulationComponent src) static org.hl7.fhir.dstu3.model.Measure.MeasureGroupPopulationComponent
convertMeasureGroupPopulation
(org.hl7.fhir.r5.model.Measure.MeasureGroupPopulationComponent src) static org.hl7.fhir.r5.model.Measure.MeasureGroupStratifierComponent
convertMeasureGroupStratifier
(org.hl7.fhir.dstu3.model.Measure.MeasureGroupStratifierComponent src) static org.hl7.fhir.dstu3.model.Measure.MeasureGroupStratifierComponent
convertMeasureGroupStratifier
(org.hl7.fhir.r5.model.Measure.MeasureGroupStratifierComponent src)
-
Constructor Details
-
Measure30_50
public Measure30_50()
-
-
Method Details
-
convertMeasure
public static org.hl7.fhir.r5.model.Measure convertMeasure(org.hl7.fhir.dstu3.model.Measure src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertMeasure
public static org.hl7.fhir.dstu3.model.Measure convertMeasure(org.hl7.fhir.r5.model.Measure src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertMeasureGroup
public static org.hl7.fhir.dstu3.model.Measure.MeasureGroupComponent convertMeasureGroup(org.hl7.fhir.r5.model.Measure.MeasureGroupComponent src) -
convertMeasureGroup
public static org.hl7.fhir.r5.model.Measure.MeasureGroupComponent convertMeasureGroup(org.hl7.fhir.dstu3.model.Measure.MeasureGroupComponent src) -
convertMeasureGroupPopulation
public static org.hl7.fhir.dstu3.model.Measure.MeasureGroupPopulationComponent convertMeasureGroupPopulation(org.hl7.fhir.r5.model.Measure.MeasureGroupPopulationComponent src) -
convertMeasureGroupPopulation
public static org.hl7.fhir.r5.model.Measure.MeasureGroupPopulationComponent convertMeasureGroupPopulation(org.hl7.fhir.dstu3.model.Measure.MeasureGroupPopulationComponent src) -
convertMeasureGroupStratifier
public static org.hl7.fhir.r5.model.Measure.MeasureGroupStratifierComponent convertMeasureGroupStratifier(org.hl7.fhir.dstu3.model.Measure.MeasureGroupStratifierComponent src) -
convertMeasureGroupStratifier
public static org.hl7.fhir.dstu3.model.Measure.MeasureGroupStratifierComponent convertMeasureGroupStratifier(org.hl7.fhir.r5.model.Measure.MeasureGroupStratifierComponent src)
-