Show / Hide Table of Contents

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 Source

Load(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
IPackageImportable packageInfo

[in,out] The package info.

System.String coreDirectory

Pathname of the core directory.

System.String expansionDirectory

Pathname of the expansion directory.

System.Boolean officialExpansionsOnly

True to official expansions only.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX