GetRoot Method (original) (raw)

Summary

Returns the root of the specified item.

Syntax

C#

Objective-C

C++/CLI

Java

- (nullable LTDicomIod *)getRoot:(LTDicomIod *)iod; 
public DicomIod getRoot(DicomIod iod) 

Parameters

iod
An item in the IOD Structure.

Return Value

DicomIod class that contains the item in the IOD Structure that is the root of the item specified in iod.

Remarks