Normal Patient
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added link to Oracle script

...

HealthyNormalsSQLServer.sql

Below is a port of the script to Oracle by Brian Ostasiewski from Wake Forest with input from others as well. (Note that the POWER function in SQL Server returns an integer when the arguments are integer, while Oracle returns a number (float). To make this similar to SQL Server, the Oracle script places the FLOOR function around the POWER function.) 

healthyNormalsOracle.sql

Created by Griffin M Weber, MD, PhD
Beth Israel Deaconess Medical Center, Boston, MA
Harvard Medical School, Boston, MA

...