Class FhirPackageIndex
A FHIR package index.
Inheritance
System.Object
FhirPackageIndex
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirPackageIndex : object
Properties
| Improve this Doc View SourceFiles
Gets or sets the files.
Declaration
public IEnumerable<FhirPackageIndex.PackageIndexFile> Files { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Fhir |
FilesByResourceType
Gets or sets the type of the files by resource.
Declaration
public Dictionary<string, List<FhirPackageIndex.PackageIndexFile>> FilesByResourceType { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
IndexVersion
Gets or sets the index version.
Declaration
public int IndexVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceLoad(String)
Loads.
Declaration
public static FhirPackageIndex Load(string location)
Parameters
Type | Name | Description |
---|---|---|
System. |
location | The location to load. |
Returns
Type | Description |
---|---|
Fhir |
A FhirPackageIndex. |
Parse(String)
Parses.
Declaration
public static FhirPackageIndex Parse(string contents)
Parameters
Type | Name | Description |
---|---|---|
System. |
contents | The contents. |
Returns
Type | Description |
---|---|
Fhir |
A FhirPackageIndex. |