openDICOM.NET API Reference (openDICOM# Class Library)

AcrNemaFile Members

AcrNemaFile overview

Public Static Methods

IsAcrNemaFile Determines whether a specified file is an ACR-NEMA file.

Public Instance Constructors

AcrNemaFile Overloaded. Initializes a new instance of the AcrNemaFile class.

Public Instance Properties

DataSet DICOM data set containing the entire file content.
HasPixelData Determines whether an ACR-NEMA file contains pixel data.
IsStrictDecoded Switch for controlling strictness of entire file content decoding.
PixelData This file instance's pixel data.

Public Instance Methods

GetJointDataSets Concatenates all DICOM or ACR-NEMA data sets to one and returns it. Aim of this method is to ease the use of AcrNemaFile and DicomFile without differentiation.
LoadFrom Re-creates an ACR-NEMA file instance from given ACR-NEMA output stream.

See Also

AcrNemaFile Class | openDicom.File Namespace