Show / Hide Table of Contents

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 Source

DefinitionalResourceTypesToLoad

(Immutable) The definitional resource types to load.

Declaration
public static readonly string[] DefinitionalResourceTypesToLoad
Field Value
Type Description
System.String[]

Methods

| Improve this Doc View Source

Load(String, String, out FhirVersionInfo)

Loads.

Declaration
public static void Load(string directive, string directory, out FhirVersionInfo packageInfo)
Parameters
Type Name Description
System.String directive

The directive.

System.String directory

Pathname of the directory.

FhirVersionInfo packageInfo

[out] The information.

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