pynetdicom._config.USE_SHORT_DIMSE_AET¶
- 
pynetdicom._config.USE_SHORT_DIMSE_AET= True¶
- Use short AE titles in DIMSE messages. - New in version 1.5. - If - Falsethen elements with a VR of AE in DIMSE messages will be padded with trailing spaces up to the maximum allowable length (16 bytes), otherwise no padding will be added.- Examples - >>> from pynetdicom import _config >>> _config.USE_SHORT_DIMSE_AET = False