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 SourceExport(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 |
---|---|---|
Fhir |
sourceFhirInfo | Information describing the source FHIR version information. |
Fhir |
sourceCapStatementFilter | Capability Statment to use as a filter. |
ILanguage | exportLanguage | The export language. |
Exporter |
options | Options for controlling the operation. |
System. |
outputPath | The output filename. |
System. |
isPartOfBatch | True if is part of batch, false if not. |
Returns
Type | Description |
---|---|
List<System. |
A List of files written by the export operation. |