AddPhysPageNumber
This function adds a number to a page number, according to the numbering scheme— when DCIs are added to a DCI book, and also when pages assigned at data entry correspond to one of the following unplanned events: the DCI is not in the DCI book; the DCI is present in the DCI book but not for the specific visit; or the subevent number is zero.
There are three input parameters:
- Page number to which the number must be added
- Number to be added to the page number
- Numbering scheme
There is one output parameter: the page number after the operation.
| input 1 | input2 | input 3 | output |
|---|---|---|---|
|
2.1 |
3 |
NUMERIC |
2.4 |
|
10A |
3 |
ALPHANUMERIC |
10D |
Parent topic: Custom Identifier Handling