GetPrevious Method (original) (raw)
Summary
Returns the item in the IOD Structure that immediately precedes the specified item.
Syntax
C#
Objective-C
C++/CLI
Java
- (nullable LTDicomIod *)previous:(LTDicomIod *)iod tree:(BOOL)tree;
public DicomIod getPrevious(DicomIod iod, boolean tree)
Parameters
iod
An item in the IOD Structure.
tree
true to evaluate the IOD Structure as a tree, false to evaluate the IOD Structure as a list.
Return Value
DicomIod class that contains the item in the IOD Structure that immediately precedes the item specified in iod.