Class Hl7FileStorageMetadata
Provides basic information for a FHIR resource and storage hierarchy/path.
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api.Storage
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public sealed class Hl7FileStorageMetadata : FileStorageMetadata, IEquatable<FileStorageMetadata>, IEquatable<Hl7FileStorageMetadata>
Constructors
| Improve this Doc View SourceHl7FileStorageMetadata()
DO NOT USE This constructor is intended for JSON serializer. Due to limitation in current version of .NET, the constructor must be public. https://github.com/dotnet/runtime/issues/31511
Declaration
[JsonConstructor]
public Hl7FileStorageMetadata()
Hl7FileStorageMetadata(String, DataService, String)
Declaration
public Hl7FileStorageMetadata(string connectionId, DataService dataType, string dataOrigin)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | |
Monai.Deploy.Messaging.Events.DataService | dataType | |
System.String | dataOrigin |
Fields
| Improve this Doc View SourceFileExtension
Declaration
public const string FileExtension = ".hl7"
Field Value
Type | Description |
---|---|
System.String |
Hl7SubDirectoryName
Declaration
public const string Hl7SubDirectoryName = "ehr"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceDataTypeDirectoryName
Gets the root directory name
Declaration
[JsonIgnore]
public override string DataTypeDirectoryName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceFile
Gets the storage object associated.
Declaration
[JsonPropertyName("file")]
public override StorageObjectMetadata File { get; set; }
Property Value
Type | Description |
---|---|
StorageObjectMetadata |
Overrides
Implements
System.IEquatable<T>
System.IEquatable<T>