View Source
Class FileMetadata
Inheritance
System.Object
FileMetadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.Modules
Assembly:EvilDICOM.dll
Syntax
public class FileMetadata : IIOD
Properties
View Source
Elements
Declaration
public List<IDICOMElement> Elements { get; }
Property Value
Implements
View Source
GroupLength
Declaration
public uint GroupLength { get; set; }
Property Value
| Type |
Description |
| System.UInt32 |
|
View Source
ImplementationClassUID
Declaration
public string ImplementationClassUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ImplementationVersionName
Declaration
public string ImplementationVersionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
InfoVersion
Declaration
public byte[] InfoVersion { get; set; }
Property Value
| Type |
Description |
| System.Byte[] |
|
View Source
MediaStorageSOPClassUID
Declaration
public string MediaStorageSOPClassUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
MediaStorageSOPInstanceUID
Declaration
public string MediaStorageSOPInstanceUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
PrivateInfo
Declaration
public byte[] PrivateInfo { get; set; }
Property Value
| Type |
Description |
| System.Byte[] |
|
View Source
PrivateInfoCreatorUID
Declaration
public string PrivateInfoCreatorUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SourceApplicationEntityTitle
Declaration
public string SourceApplicationEntityTitle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
TransferSyntaxUID
Declaration
public string TransferSyntaxUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods