Skip to content

Commit 92f731d

Browse files
authored
Merge pull request #53 from bgilbert/index
dicom.h: note some one-based indexes
2 parents 7f6402f + 00ecfa7 commit 92f731d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/dicom/dicom.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ uint32_t dcm_bot_get_num_frames(const DcmBOT *bot);
23472347
* Get Frame offset in the Basic Offset Table.
23482348
*
23492349
* :param bot: Basic Offset Table
2350-
* :param index: Zero-based index of Frame in the Pixel Data Element
2350+
* :param index: One-based index of Frame in the Pixel Data Element
23512351
*
23522352
* :return: offset from pixel_data_offset
23532353
*/
@@ -2496,7 +2496,7 @@ DcmBOT *dcm_filehandle_build_bot(DcmError **error, DcmFilehandle *filehandle,
24962496
* :param filehandle: File
24972497
* :param metadata: Metadata
24982498
* :param bot: Basic Offset Table
2499-
* :param index: Zero-based offset of the Frame in the Pixel Data Element
2499+
* :param index: One-based offset of the Frame in the Pixel Data Element
25002500
*
25012501
* :return: Frame
25022502
*/

0 commit comments

Comments
 (0)