[This is preliminary documentation and is subject to change.]
Represents a Dicom File.
| C# | Visual Basic | Visual C++ |
public class DicomFile
Public Class DicomFile
public ref class DicomFile
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DicomFile()()() |
Default constructor. Creates an empty Dicom File.
| |
| AddGroupLength |
Gets or sets a boolean indicating if group length attributes will be added to the
dataset when calling the Write method.
| |
| DataSet |
Gets or sets the Data Set.
| |
| DumpUsingVisualBasicNotation(String) |
Returns the content of this instance as a String using Visual Basic notation.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| FileMetaInformation |
Gets or sets the File Meta Information.
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read(String, array<String>[]()[]) | ||
| Read(String, DicomThread) | ||
| Set(Tag, VR, array<Object>[]()[]) | ||
| Set(String, VR, array<Object>[]()[]) | ||
| StoreOBOFOWValuesWhenReading | ||
| Summary |
Gets a summary of the DicomFile.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UnVrDefinitionLookUpWhenReading |
Gets or sets a boolean indicating if information from loaded definition files will be
used to replace VR's UN when calling the Read method.
| |
| Write(String) |
Writes a Dicom file.
|
An instance of this class contains both File Meta Information and a Data Set.
| Object | |
| DicomFile | |