Show / Hide Table of Contents

Class Exporter

Class that performs exports by linking FhirVersionInfo to Lanugages for output.

Inheritance
System.Object
Exporter
Namespace: Microsoft.Health.Fhir.SpecManager.Manager
Assembly: Microsoft.Health.Fhir.SpecManager.dll
Syntax
public abstract class Exporter : object

Methods

| Improve this Doc View Source

Export(FhirVersionInfo, FhirCapabiltyStatement, ILanguage, ExporterOptions, String, Boolean)

Exports.

Declaration
public static List<string> Export(FhirVersionInfo sourceFhirInfo, FhirCapabiltyStatement sourceCapStatementFilter, ILanguage exportLanguage, ExporterOptions options, string outputPath, bool isPartOfBatch)
Parameters
Type Name Description
FhirVersionInfo sourceFhirInfo

Information describing the source FHIR version information.

FhirCapabiltyStatement sourceCapStatementFilter

Capability Statment to use as a filter.

ILanguage exportLanguage

The export language.

ExporterOptions options

Options for controlling the operation.

System.String outputPath

The output filename.

System.Boolean isPartOfBatch

True if is part of batch, false if not.

Returns
Type Description
List<System.String>

A List of files written by the export operation.

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