Actions
Feature #423
closedAll "set" methods should be extended by an optional "check" parameter
Start date:
2012-05-14
Due date:
% Done:
100%
Estimated time:
Module:
dcmsr
Operating System:
Compiler:
Description
All (or almost all) "set" methods troughout the DCMSR module should be extended by an optional parameter "const OFBool check = OFTrue", which allows for checking the passed value for conformance with the DICOM standard. This also applies to other methods that receive a DICOM element value as a character string.
Up to now, only the main interface class DSRDocument supports this "new" feature.
Updated by Jörg Riesmeier over 13 years ago
Folgende Klassen sollten betroffen sein:
DSRByReferenceTreeNodeDSRCodedEntryValueDSRCodingSchemeIdentificationListDSRCompositeReferenceValueDSRContentItemDSRDateTimeTreeNodeDSRDateTreeNodeDSRDocumentTreeNodeDSRImageReferenceValueDSRNumericMeasurementValueDSRPNameTreeNodeDSRReferencedDatetimeListDSRReferencedInstanceListDSRSOPInstanceReferenceListDSRSpatialCoordinates3DValueDSRSpatialCoordinatesValueDSRTemporalCoordinatesValueDSRTextTreeNodeDSRTimeTreeNodeDSRUIDRefTreeNodeDSRWaveformReferenceValue
Updated by Jörg Riesmeier about 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Actions