The data handler for VR "AT" should provide a way to retrieve the group and the id.

Issue #318 resolved
Paolo Brandoli repo owner created an issue

Now the data handler for AT is mapped to a uint32, but when the byte swapping happen then it is not possible to know where the group or the id is.

Example of encoding of an AT value (from the DICOM standard):

Example: A Data Element Tag of (0018,00FF) would be encoded as a series of 4 bytes in a Little-Endian Transfer Syntax as 18H,00H,FFH,00H and in a Big-Endian Transfer Syntax as 00H,18H,00H,FFH.

Comments (5)

  1. Log in to comment