Class IGUtils

java.lang.Object
org.cqframework.fhir.utilities.IGUtils

public class IGUtils extends Object
  • Constructor Details

    • IGUtils

      public IGUtils()
  • Method Details

    • getImplementationGuideCanonicalBase

      public static String getImplementationGuideCanonicalBase(String url)
    • extractResourcePaths

      public static ArrayList<String> extractResourcePaths(String rootDir, org.hl7.fhir.r5.model.ImplementationGuide sourceIg) throws IOException
      Throws:
      IOException
    • extractBinaryPaths

      public static List<String> extractBinaryPaths(String rootDir, org.hl7.fhir.r5.model.ImplementationGuide sourceIg)
    • tryDirectory

      protected static File tryDirectory(String rootDir, String path)
      Tries to create a File for a path that may not exist.
      Parameters:
      rootDir - base directory for path
      path - child directories for path
      Returns:
      File if directory exists, null otherwise