Project

General

Profile

Feature #1096

Updated by Jörg Riesmeier over 1 year ago

It would be nice to have a helper function in the DcmItem class that searches for a particular Private Creator identifier (probably, only within a certain Group) and returns the offset that needs to be added to the Element Number, e.g. 1000 when the Private Creator Element (gggg,0010) reserves the range of (gggg,1000) to (gggg,10ff). 

 It would also be nice, if the various findAndGetXXX() methods could also be used to get the Private Data Elements / Element Values directly, i.e. by passing the Private Creator identifier to them or by using an instance of the DcmTag class (instead of the DcmTagKey class). 

 PS: According to "CP-1529":https://dicom.nema.org/medical/dicom/Final/cp1529_ft_privateCreator.pdf, "A Private Creator identifier may be used only once within a Group; reserving multiple blocks of Elements in the same Group with the same identifier is not allowed."

Back