Overload | Description |
---|---|
Insert(DicomIod,Boolean,DicomClassType,String,DicomIodType,DicomIodUsageType,String) | Inserts a new item in the IOD Structure. |
Insert(DicomIod,Boolean,DicomModuleType,String,DicomIodType,DicomIodUsageType,String) | Inserts a new item in the IOD Structure. |
Insert(DicomIod,Boolean,DicomTagType,String,DicomIodType,DicomIodUsageType,String) | Inserts a new item in the IOD Structure. |
For an example, refer to Reset.
The illustrations below show how items are added to the IOD Structure (internally maintained as a tree), based on the value of child. For the sake of these illustrations, the order of siblings is top to bottom. Therefore, since added items become the last sibling or the last child, these are drawn at the bottom of the appropriate group of items. In this illustration, neighbor points to Item 1 and child is false. The new item is added as the last sibling of Item 1
In this illustration, neighbor points to Item 1 and child is true. The new item is added as the last child of Item 1.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family