openDICOM.NET API Reference (openDICOM# Class Library)

AcrNemaFile.GetJointDataSets Method 

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.

public virtual DataSet GetJointDataSets();

Remarks

If an exception occurres, because of duplicate key ids (DICOM tags), DICOM tag uniqueness overall data sets will not be given. This exception is not supposed to be thrown. DICOM data sets for concatenation are supposed to complement one another.

See Also

AcrNemaFile Class | openDicom.File Namespace