Class FhirModelInfoProvider

  • All Implemented Interfaces:
    org.hl7.cql.model.ModelInfoProvider, org.hl7.cql.model.NamespaceAware

    public class FhirModelInfoProvider
    extends java.lang.Object
    implements org.hl7.cql.model.ModelInfoProvider, org.hl7.cql.model.NamespaceAware
    Created by Bryn on 4/15/2016.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hl7.elm_modelinfo.r1.ModelInfo load​(org.hl7.cql.model.ModelIdentifier modelIdentifier)  
      void setNamespaceManager​(org.hl7.cql.model.NamespaceManager namespaceManager)  
      • Methods inherited from class java.lang.Object

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

      • FhirModelInfoProvider

        public FhirModelInfoProvider()
    • Method Detail

      • setNamespaceManager

        public void setNamespaceManager​(org.hl7.cql.model.NamespaceManager namespaceManager)
        Specified by:
        setNamespaceManager in interface org.hl7.cql.model.NamespaceAware
      • load

        public org.hl7.elm_modelinfo.r1.ModelInfo load​(org.hl7.cql.model.ModelIdentifier modelIdentifier)
        Specified by:
        load in interface org.hl7.cql.model.ModelInfoProvider