Class PackageResourceParsingSvc

java.lang.Object
ca.uhn.fhir.jpa.packages.loader.PackageResourceParsingSvc

public class PackageResourceParsingSvc extends Object
  • Constructor Details

  • Method Details

    • parseResourcesOfType

      public List<org.hl7.fhir.instance.model.api.IBaseResource> parseResourcesOfType(String theType, org.hl7.fhir.utilities.npm.NpmPackage thePkg)
      Parses out resource of theType from provided package
      Parameters:
      theType - - the resource type
      thePkg - - the npm package
      Returns:
      - a list of all resources that match type theType in package thePkg