C#
VB
C++
Returns true if the condition is met by the DicomDataSet parameter.
public abstract bool ApplyOrientation(
DicomDataSet ds,
PlaneOrientation orientation
)
Public MustOverride Function ApplyOrientation( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal orientation As Leadtools.Dicom.Common.Datatypes.PlaneOrientation _
) As Boolean
public:
abstract bool ApplyOrientation(
Leadtools.Dicom.DicomDataSet^ ds,
Leadtools.Dicom.Common.Datatypes.PlaneOrientation^ orientation
)
ds
The DicomDataSet set that is being tested for a condition.
orientation
The orientation to apply if the condition is met for the ds parameter.
true if the condition is met for ds; otherwise, it is false.
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