File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dcmsr/include/dcmtk/dcmsr Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
22 *
3- * Copyright (C) 2000-2024 , OFFIS e.V.
3+ * Copyright (C) 2000-2025 , OFFIS e.V.
44 * All rights reserved. See COPYRIGHT file for details.
55 *
66 * This software and supporting documentation were developed by
@@ -1064,14 +1064,14 @@ class DCMTK_DCMSR_EXPORT DSRDocument
10641064
10651065 /* * create a new document.
10661066 * A new SOP instance is only created if the current document type was valid/supported.
1067- * Please note that the current document is deleted (cleared).
1067+ * Please note that the current document is deleted (cleared) by this method .
10681068 ** @return status, EC_Normal if successful, an error code otherwise
10691069 */
10701070 virtual OFCondition createNewDocument ();
10711071
10721072 /* * create a new document of the specified type.
10731073 * A new SOP instance is only created if the current document type was valid/supported.
1074- * Please note that the current document is deleted by this method.
1074+ * Please note that the current document is deleted (cleared) by this method.
10751075 ** @param documentType type of the new SR document (see DSRTypes::E_DocumentType)
10761076 ** @return status, EC_Normal if successful, an error code otherwise
10771077 */
You can’t perform that action at this time.
0 commit comments