- privateCreatorDataElement
- Private Creator Data Element
Visual Basic (Declaration) | |
---|---|
Public Function FindFirstPrivateElement( _ ByVal privateCreatorDataElement As DicomElement _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim privateCreatorDataElement As DicomElement Dim value As DicomElement value = instance.FindFirstPrivateElement(privateCreatorDataElement) |
C# | |
---|---|
public DicomElement FindFirstPrivateElement( DicomElement privateCreatorDataElement ) |
C++/CLI | |
---|---|
public: DicomElement^ FindFirstPrivateElement( DicomElement^ privateCreatorDataElement ) |
Parameters
- privateCreatorDataElement
- Private Creator Data Element
Return Value
The first private element reserved by privateCreatorDataElement. If null is returned, a private element was not found.For an example, refer to FindFirstPrivateCreatorDataElement.
This feature is available in version 16 or higher.
Use this method along with FindNextPrivateElement 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 the element privateCreatorDataElement.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)