Class FhirPackageLoader
A FHIR package loader (e.g., hl7.fhir.us.core).
Inheritance
System.Object
FhirPackageLoader
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public static class FhirPackageLoader : object
Fields
| Improve this Doc View SourceDefinitionalResourceTypesToLoad
(Immutable) The definitional resource types to load.
Declaration
public static readonly string[] DefinitionalResourceTypesToLoad
Field Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceLoad(String, String, out FhirVersionInfo)
Loads.
Declaration
public static void Load(string directive, string directory, out FhirVersionInfo packageInfo)
Parameters
Type | Name | Description |
---|---|---|
System. |
directive | The directive. |
System. |
directory | Pathname of the directory. |
Fhir |
packageInfo | [out] The information. |