Leadtools.Dicom Namespace > DicomDataSet Class : FindNextPrivateElement Method |
public DicomElement FindNextPrivateElement( DicomElement element, DicomElement privateCreatorDataElement )
'Declaration Public Function FindNextPrivateElement( _ ByVal element As DicomElement, _ ByVal privateCreatorDataElement As DicomElement _ ) As DicomElement
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim privateCreatorDataElement As DicomElement Dim value As DicomElement value = instance.FindNextPrivateElement(element, privateCreatorDataElement)
public DicomElement FindNextPrivateElement( DicomElement element, DicomElement privateCreatorDataElement )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.FindNextPrivateElement( element , privateCreatorDataElement )
public: DicomElement^ FindNextPrivateElement( DicomElement^ element, DicomElement^ privateCreatorDataElement )
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2