acrnema.map comments

  • Hi Marcel,


    I have picked up some issues when commenting in the acrnema.map file.
    Are there any limitations in this regard?
    EXAMPLE:

    Code
    /* THIS IS A TITLE COMMENT */
    AETITLE1 192.168.1.1 un /* this is a comment */
    AETITLE2 192.168.1.2 un # this is a comment
    AETITLE3 192.168.1.3 un // this is a comment
    AETITLE4 192.168.1.4 un # this is a comment that wraps to the next line when viewed in the conquest GUI.


    In the example above I noticed that AETITLE1 does not display in the DICOM System or Destination drop down lists in the GUI.
    AETITLE2 & AETITLE3 display fine.
    AETITLE4 results in AETITLE4 and the word "the" being displayed in the destination and dicom system dropdowns.


    What is the limit on the length of a line in the acrnema.map file? And is there a commenting method that can prevent these wraparounds from causing havoc?

  • Personally, I comment just above my lines.

    Code
    /* this is AETITLE1 */
    AETITLE1 192.168.1.1 un
    /* this is AETITLE2 */
    AETITLE2 192.168.1.2 un
    /* this is AETITLE3 */
    AETITLE3 192.168.1.3 un


    its worked well for me..

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!