Returns the next available unused tag reserved by the Private Creator Data Element.
public int GetNextUnusedPrivateTag(
DicomElement privateCreatorDataElement
)
Public Function GetNextUnusedPrivateTag( _
ByVal privateCreatorDataElement As DicomElement _
) As Integer
public int getNextUnusedPrivateTag(DicomElement privateCreatorDataElement)
public:
int GetNextUnusedPrivateTag(
DicomElement^ privateCreatorDataElement
)
privateCreatorDataElement
Private Creator Data Element
The next unused private tag.
This feature is available in version 16 or higher.
This method is used together with any of the following functions:
to create private elements in a DICOM data set. For more information on private elements, see CreatePrivateCreatorDataElement.
Use this method with an existing private creator data element to create private elements. If successful, the return value will be the next available unused tag that has been reserved by the Private Creator Data Element
For example, suppose the following tags exist in a DICOM data set:
After a successful call to GetNextUnusedPrivateTag, the return value is 0x00171202, which can be used with InsertElement to add a new private element
CreatePrivateCreatorDataElement Method
GetNextUnusedPrivateTag Method
FindFirstPrivateCreatorDataElement Method
FindNextPrivateCreatorDataElement Method
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document