Leadtools.Dicom Namespace > DicomDataSet Class : FindNextPrivateCreatorDataElement Method |
public DicomElement FindNextPrivateCreatorDataElement( DicomElement element, bool tree, string idCode, int elementGroup )
'Declaration Public Function FindNextPrivateCreatorDataElement( _ ByVal element As DicomElement, _ ByVal tree As Boolean, _ ByVal idCode As String, _ ByVal elementGroup As Integer _ ) As DicomElement
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim tree As Boolean Dim idCode As String Dim elementGroup As Integer Dim value As DicomElement value = instance.FindNextPrivateCreatorDataElement(element, tree, idCode, elementGroup)
public DicomElement FindNextPrivateCreatorDataElement( DicomElement element, bool tree, string idCode, int elementGroup )
public DicomElement findNextPrivateCreatorDataElement(DicomElement element, boolean tree, String idCode, int elementGroup)
function Leadtools.Dicom.DicomDataSet.FindNextPrivateCreatorDataElement( element , tree , idCode , elementGroup )
public: DicomElement^ FindNextPrivateCreatorDataElement( DicomElement^ element, bool tree, String^ idCode, int elementGroup )
This feature is available in version 16 or higher.
Use this method along with FindNextPrivateCreatorDataElement to find any or all the Private Creator Data Elements in a DICOM data set.
The search for private creator data elements is on the same level as the parameter element. For element, pass the value returned by FindFirstPrivateCreatorDataElement or the value returned by FindNextPrivateCreatorDataElement.
If tree is true, the data set is searched as a tree. If tree is false, the data set is searched as a list. For more information on the use of this parameter, see FindFirstElement.