Private Data Element Tags

Show in webframe

Features of Version 16:

It is possible that multiple implementors may define Private Elements with the same (odd) group number. To avoid conflicts, Private Elements shall be assigned Private Data Element Tags according to the following rules.

Use the CreatePrivateCreatorDataElement Method to create a Private Creator Data Element to reserve 256 private data elements for your own use. These tags will be odd numbers (all of the predefined tags are even numbers). For example, suppose you want to add the following three private elements to a DICOM data set:

You would first reserve the elements by adding the corresponding private creator data element (0017,0012).

When using the CreatePrivateCreatorDataElement Method, the created private creator data element is on the same level as element (A DicomElement in the data set. The Private Creator Data Element will be inserted at the same level as this item.). If element is null, the private creator data element is created at the top or first level.

This method is used together with any of the following functions:

to create private elements in a DICOM data set.

Use the FindFirstPrivateElement Method along with the FindNextPrivateElement Method to find any or all the private elements reserved by the CreatePrivateCreatorDataElement Method.

Note:

a) The versions of the standard prior to V3.0 described shadow groups. These were groups with a group number one greater than the standard groups. Elimination of conflicts in Private Data Element Tags have made this distinction obsolete and this terminology has been retired.

b) The versions of the standard prior to V3.0 specified private group element numbers (gggg,10FF-7FFF) reserved for manufacturers and private group element numbers (gggg, 8100-FFFF) reserved for users. Elimination of conflicts in Private Data Element Tags has made this distinction obsolete and this specification has been retired.

Since each Item within a sequence is a self contained Data Set (see Section 7.5 in PS 3.5 of the DICOM Standard on the nesting of Data Sets via Sequences of Items), any Item which contains Private Data Elements shall also have Private Creator Data Elements reserving blocks of Elements for those Private Data Elements. The scope of the reservation is just within the Item. Items do not inherit the Private Data Element reservations made by Private Creator Data Elements in the Data Set in which the Item is nested.


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.