Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FindNextPrivateElement Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : FindNextPrivateElement Method



element
A DicomElement in the data set.
privateCreatorDataElement
Private Creator Data Element
element
A DicomElement in the data set.
privateCreatorDataElement
Private Creator Data Element
Returns the next existing private element that is reserved by privateCreatorDataElement.

Syntax

Visual Basic (Declaration) 
Public Function FindNextPrivateElement( _
   ByVal element As DicomElement, _
   ByVal privateCreatorDataElement As DicomElement _
) As DicomElement
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim element As DicomElement
Dim privateCreatorDataElement As DicomElement
Dim value As DicomElement
 
value = instance.FindNextPrivateElement(element, privateCreatorDataElement)
C# 
public DicomElement FindNextPrivateElement( 
   DicomElement element,
   DicomElement privateCreatorDataElement
)
C++/CLI 
public:
DicomElement^ FindNextPrivateElement( 
   DicomElement^ element,
   DicomElement^ privateCreatorDataElement
) 

Parameters

element
A DicomElement in the data set.
privateCreatorDataElement
Private Creator Data Element

Return Value

The next private element reserved by privateCreatorDataElement. If null is returned, a private element was not found.

Example

For an example, refer to FindFirstPrivateCreatorDataElement.

Remarks

This feature is available in version 16 or higher.

Use this method after calling FindFirstPrivateElement to find any or all the private elements reserved by privateCreatorDataElement. For more information on how Private Creator Data Elements are used to reserve private elements, see the documentation for CreatePrivateCreatorDataElement.

The search for private elements is on the same level as privateCreatorDataElement. For the argument element, pass the value returned by FindFirstPrivateElement or the value returned by FindNextPrivateElement.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features