Returns the quality factor of the DicomDataSet specified by row.
public Nullable<int> QualityFactor(
DataRow row
)
Public MustOverride Function QualityFactor(
ByVal row As System.Data.DataRow
) As System.Nullable(Of Integer)
public:
virtual System::Nullable<int> QualityFactor(
System::Data::DataRow^ row
) abstract
row
a System.Data.DataRow in the ReferencedImages table
the quality factor of the DicomDataSet specified by row.
The quality factor is a value from 2 to 255 for lossy compression. For lossless compression, the value is ignored.
For more information, refer to LEAD Medical Storage Server Custom Database.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET