- element
- A DicomElement in the data set.
- privateCreatorDataElement
- Private Creator Data Element
Visual Basic (Declaration) | |
---|---|
Public Function FindNextPrivateElement( _ ByVal element As DicomElement, _ ByVal privateCreatorDataElement As DicomElement _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family