We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec2a25 commit 4c0ca7aCopy full SHA for 4c0ca7a
dcmdata/include/dcmtk/dcmdata/dcelem.h
@@ -356,7 +356,7 @@ class DCMTK_DCMDATA_EXPORT DcmElement
356
* @return EC_Normal upon success, an error code otherwise
357
*/
358
virtual OFCondition getOFString(OFString &str,
359
- const unsigned long pos,
+ const unsigned long pos = 0,
360
OFBool normalize = OFTrue);
361
362
/** get entire element value as a character string.
0 commit comments