Loading...
Recommendations
Explore
FLOOR Function
Use:
Calculates the floor of the provided value.
Syntax:
{FLOOR( «value» )}
Arguments:
«value» Numeric or decimal value
Returns:
The rounds down to the integer.
Example:
{CEILING(7.2)
Result: 7
FLOOR Function
NextGen® Enterprise EHR Template Editor Help, 8.3.1
CEILING Function
Use: Calculates the ceiling of the provided value. Syntax: {CEILING(<<value>>)} Arguments: <<value>> Numeric or decimal value Returns: The rounds up to the integer. Example: {CEILING(7.2)} Result: 8 Parent topic: Functions
NextGen® Enterprise EHR Template Editor Help 8
FLOOR Function
Use: Calculates the floor of the provided value. Syntax: {FLOOR( «value» )} Arguments: «value» Numeric or decimal value Returns: The rounds down to the integer. Example: {CEILING(7.2) Result: 7 Parent topic: Functions
NextGen® Enterprise EHR Template Editor Help, 8.3.1
ROUND Function
Use: Rounds the provided value to the specified number of decimal places. Syntax: {ROUND( «value» ,«digits» )} Arguments: «value» Numeric or decimal value to be rounded«digits» Number or decimal places to round Returns: The rounded decimal value. Example: {ROUND(76.456, 1)} Result: 76.5 Parent topic: Functions
NextGen® Enterprise EHR Template Editor Help 8
CEILING Function
Use: Calculates the ceiling of the provided value. Syntax: {CEILING(<<value>>)} Arguments: <<value>> Numeric or decimal value Returns: The rounds up to the integer. Example: {CEILING(7.2)} Result: 8 Parent topic: Functions
NextGen® Enterprise EHR Template Editor Help, 8.3.1
ISOPEN Function
Use: Determines if panel is expanded or collapsed. Syntax: {ISOPEN( «panel» )} Arguments: «panel» panel value Returns: 1 = Exapanded 0 = Collapsed Example: {ISOPEN("panel vitals")} Result: If this panel is expanded then it will return 1. Parent topic: Functions
NextGen® Enterprise EHR Template Editor Help, 8.3.1
COLS Data Sheet Function
Use: Displays the number of columns in a data sheet on the template Syntax: {COLS( «datasheet» )} Arguments: «datasheet» Name of the data sheet Note: The data sheet must be on the same template as the function. Returns: The number of data sheet columns Example: Data sheet CARD_CHFScreeningQuestions{COLS(CARD_CHFScreeningQuestions)} Result: 3 Parent topic: Functions