C#
Objective-C
C++
Java
public DicomIod Find(
DicomIod iod,
DicomClassType code,
DicomIodType type,
bool tree
)
- (nullable LTDicomIod *)find:(nullable LTDicomIod *)iod class:(LTDicomClassType)code type:(LTDicomIodType)type tree:(BOOL)tree;
public:
DicomIod^ Find(
DicomIod^ iod,
DicomClassType code,
DicomIodType type,
bool tree
)
iod
An item in the IOD Structure. The item in the IOD Structure that contains the IOD with the specified code and type will be returned.
code
Code value that specifies the Class Information Object Definition.
type
The type of Information Object Definition you are working with.
tree
true to evaluate the IOD Structure as a tree, false to evaluate the IOD Structure as a list,
A DicomIod class that contains the IOD with the specified code and type.
For an example, refer to Reset.