Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


The Patient Data Object (PDO) is paged when the CRC returns it to the clients. There are several properties that can be edited to reflect the needs of your environment. For instance the paging observation size can be adjusted based on your runtime jvm settings.


indent
Level1

1. In the crc.properties file scroll to the section called PDO Paging properties.

indent
Level1

2. Update the PDO Paging properties to what will meet your needs.


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#E5DFEC
titlePDO Paging properties
borderStylesolid
indent
Level2

edu.harvard.i2b2.crc.pdo.paging.observation.size=7500

indent
Level2

edu.harvard.i2b2.crc.pdo.paging.iteration=100

indent
Level2

edu.harvard.i2b2.crc.pdo.paging.inputlist.minpercent=20

indent
Level2

edu.harvard.i2b2.crc.pdo.paging.inputlist.minsize=1

indent
Level2

# Paging method can be SUBDIVIDE_INPUT_METHOD / AVERAGE_OBSERVATION_METHOD

indent
Level2

edu.harvard.i2b2.crc.pdo.paging.method=SUBDIVIDE_INPUT_METHOD



indent
Level1

3. Save your changes. You can close the file if you do not want to edit any more of the optional properties defined in the next few sections.