Class NpmPackageDetails
Information about the fhir package.
Inheritance
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class NpmPackageDetails : object
Properties
| Improve this Doc View SourceAuthor
Gets or sets the author.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System. |
BuildDate
Gets or sets the build date.
Declaration
public string BuildDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Canonical
Gets or sets the canonical.
Declaration
public string Canonical { get; set; }
Property Value
Type | Description |
---|---|
System. |
Dependencies
Gets or sets the dependencies.
Declaration
public Dictionary<string, string> Dependencies { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Directories
Gets or sets the directories.
Declaration
public Dictionary<string, string> Directories { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
FhirVersion
Gets or sets the FHIR version.
Declaration
public string FhirVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
FhirVersionList
Gets or sets a list of fhir versions.
Declaration
public IEnumerable<string> FhirVersionList { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
FhirVersions
Gets or sets the fhir versions.
Declaration
public IEnumerable<string> FhirVersions { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
Homepage
Gets or sets the homepage.
Declaration
public string Homepage { get; set; }
Property Value
Type | Description |
---|---|
System. |
Keywords
Gets or sets the keywords.
Declaration
public IEnumerable<string> Keywords { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System. |
License
Gets or sets the license.
Declaration
public string License { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
OriginalVersion
Gets or sets the original version.
Declaration
public string OriginalVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
PackageType
Gets or sets the type of the package.
Declaration
public string PackageType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System. |
ToolsVersion
Gets or sets the tools version.
Declaration
public decimal ToolsVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
URL
Gets or sets URL of the document.
Declaration
public Uri URL { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceLoad(String)
Attempts to load FHIR NPM package information from the given directory.
Declaration
public static NpmPackageDetails Load(string location)
Parameters
Type | Name | Description |
---|---|---|
System. |
location | Pathname of the package directory. |
Returns
Type | Description |
---|---|
Npm |
The package information. |
Parse(String)
Parses.
Declaration
public static NpmPackageDetails Parse(string contents)
Parameters
Type | Name | Description |
---|---|---|
System. |
contents | The contents. |
Returns
Type | Description |
---|---|
Npm |
The NpmPackageDetails. |