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

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
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.
GetType (inherited from Object) 
LoadFrom Re-creates an ACR-NEMA file instance from given ACR-NEMA output stream.
ToString (inherited from Object) 

Protected Instance Fields

dataSet 
pixelData 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

AcrNemaFile Class | openDicom.File Namespace