Package org.cqframework.fhir.utilities
Class IGContext
java.lang.Object
org.cqframework.fhir.utilities.IGContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r5.context.IWorkerContext.ILoggingServiceorg.hl7.fhir.r5.model.ImplementationGuidevoidinitializeFromIg(String rootDir, String igPath, String fhirVersion) voidinitializeFromIni(String iniFile) voidlogMessage(String msg) protected voidsetBinaryPaths(List<String> binaryPaths)
-
Field Details
-
rootDir
-
sourceIg
protected org.hl7.fhir.r5.model.ImplementationGuide sourceIg -
fhirVersion
-
packageId
-
canonicalBase
-
-
Constructor Details
-
IGContext
public IGContext(org.hl7.fhir.r5.context.IWorkerContext.ILoggingService logger)
-
-
Method Details
-
getLogger
public org.hl7.fhir.r5.context.IWorkerContext.ILoggingService getLogger() -
getRootDir
-
getSourceIg
public org.hl7.fhir.r5.model.ImplementationGuide getSourceIg() -
getFhirVersion
-
getPackageId
-
getCanonicalBase
-
getBinaryPaths
-
setBinaryPaths
-
initializeFromIg
-
initializeFromIni
-
logMessage
-