java.lang.Object
org.hl7.fhir.convertors.conv30_50.resources30_50.Measure30_50

public class Measure30_50 extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)