VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class
Constructors Properties Methods SeeAlso
In This Topic
    DicomFile Class Members
    In This Topic
    The following tables list the members exposed by DicomFile.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the annotations of DICOM file.
    Public PropertyGets the Data Set of DICOM file.
    Public PropertyGets a value indicating whether the instance number is stored in a DICOM file.
    Public PropertyGets the header data of DICOM file.
    Public PropertyGets the instance number of DICOM file.
    Public PropertyGets the DICOM file modality.
    Public PropertyGets the page collection of DICOM file.
    Public PropertyGets or sets a value indicating whether this DICOM file must recode not changed data elements during saving of DICOM file.
    Public PropertyGets the study information of DICOM file.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether this image file has been disposed of. (Inherited from ImageFileBase<T>)
    Protected PropertyGets the source of the DICOM file.
    Public Methods
     NameDescription
    Public MethodClears the cached metadata.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DICOM file.
    Public Methodstatic (Shared in Visual Basic)Creates the DICOM presentation state file.
    Public MethodReturns the icon of the DICOM file.
    Public MethodReturns DICOM reference to this DICOM file.
    Public MethodReturns the referenced image for the specified DICOM frame.
    Public MethodDetermines whether this DICOM file is referenced to the specified DICOM file.
    Public MethodOverloaded. Packs (removes unused space) the image file and saves to the specified file. (Inherited from ImageFileBase<T>)
    Public MethodOverloaded. Saves the DICOM file to the specified stream. Current source of the image file will not be changed.
    Public MethodOverloaded. Saves the image file to the specified file and switches the image file to the specified file. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>)
    Public MethodSorts all elements (including nested elements) of the file.
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases all resources used by this object.
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
    Protected MethodParses the DICOM file.
    See Also