| SoVRDicomFileReaderGetDicomDataSet Method  | 
Returns a DICOM data object for the specified slice containing all the DICOM attributes. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SiDicomDataSet GetDicomDataSet(
	ulong sliceIdx
)
Public Function GetDicomDataSet ( 
	sliceIdx As ULong
) As SiDicomDataSet
public:
SiDicomDataSet^ GetDicomDataSet(
	unsigned long long sliceIdx
)
member GetDicomDataSet : 
        sliceIdx : uint64 -> SiDicomDataSet 
Parameters
- sliceIdx
 - Type: SystemUInt64
The index of the slice to extract the dataset from. 
 
Return Value
Type: 
SiDicomDataSetA pointer to a new dataset object, that must be deleted by the application. Returns NULL if an error occured. 
Remarks
See Also