Returns the item in the IOD Structure that contains the first child of the specified item.
Public Function GetChild( _
ByVal iod As Leadtools.Dicom.DicomIod _
) As Leadtools.Dicom.DicomIod
public Leadtools.Dicom.DicomIod GetChild(
Leadtools.Dicom.DicomIod iod
)
public DicomIod getChild(DicomIod iod)
function Leadtools.Dicom.DicomIodTable.GetChild(
iod
)
public:
Leadtools.Dicom.DicomIod^ GetChild(
Leadtools.Dicom.DicomIod^ iod
)
iod
an item in the IOD Structure.
DicomIod that contains the item in the IOD Structure that is the first child of the item specified in the IOD.
If the passed class is : | The method returns: |
Item 1 | null |
Item 2 | Item 3 |
Item 4 | Item 5 |
Item 6 | null |
For an example, refer to Reset.
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