TrimPageNumber
This function trims the page number off its suffix according to the numbering scheme. It is called each time Oracle Clinical needs to add one unit to a page number and each time Oracle Clinical needs to assign a default page number.
There are two input parameters:
- Page number to be trimmed
- Numbering scheme according to which the page number needs to be trimmed
There are two output parameters:
- The result of the trimming operations
- Y when the other output parameter contains a numeric value; N otherwise
Examples of parameter values:
input 1 | input2 | output 1 | output 2 |
---|---|---|---|
2.1 |
NUMERIC |
2 |
Y |
10A |
ALPHANUMERIC |
10 |
Y |
2.1 |
ALPHANUMERIC |
2.1 |
N |
Parent topic: Custom Identifier Handling