Class FhirSpecificationLoader
A FHIR Specification Package loader (e.g., R4).
Inheritance
System.Object
FhirSpecificationLoader
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public abstract class FhirSpecificationLoader : object
Methods
| Improve this Doc View SourceLoad(IPackageImportable, String, String, Boolean)
Loads a core specification.
Declaration
public static void Load(IPackageImportable packageInfo, string coreDirectory, string expansionDirectory, bool officialExpansionsOnly)
Parameters
Type | Name | Description |
---|---|---|
IPackage |
packageInfo | [in,out] The package info. |
System. |
coreDirectory | Pathname of the core directory. |
System. |
expansionDirectory | Pathname of the expansion directory. |
System. |
officialExpansionsOnly | True to official expansions only. |