Сan not create an element (0008, 0008) "CS" longer than 16 characters

Issue #91 invalid
Former user created an issue

Attach have real sample with (0008, 0008) field.

Comments (2)

  1. Former user Account Deleted

    use: puntoexe::imebra::dataSet::getDataHandler(8, 0, 8, 0, true, "CS")->setString(0,"ORIGINAL
    PRIMARY
    VASCULAR");

  2. Paolo Brandoli repo owner

    According to the Dicom Standard the VR Code String (CS) can be maximum 16 bytes long, therefore the library is acting correctly

  3. Log in to comment