This section lists additional application configuration parameters that can be modified and the service that performs this.
Parameter Name | Default/Current Value | Description |
---|---|---|
DIAGNOSIS.DEFAULT_PROXIMITY_DAYS | 5 | Configuration to specify a date range, based on the order date, to retrieve diagnoses.
For example if the order date is 10 Dec 2016, then fetch all the diagnosis within order date 5 Dec 2016 and 15 Dec 2016 |
DEFAULT_DATE_FORMAT | MM-dd-yyyy | Default date format |
VARIANT_FILTERS_RESULTS_PAGE_SIZE | 15 | Configuration used to display numbers of rows in variant filtering table. |
TEXTAREA_ROWS_DEFAULT | 5 | Defines numbers of rows in a small text area |
TEXTAREA_ROWS_LARGE | 10 | Defines numbers of rows in large text area. |
To configure the parameters in the above table, use the following API:
PATH | <server url>/ohpm/opmconfigapi/v1.0/config//{configurationName} |
METHOD | PUT |
JSON BODY |
{ "Key":"value " } |
EXAMPLE URL | host:port/ohpm/opmconfigapi/v1.0/config/TEXTAREA_ROWS_DEFAULT |
EXAMPLE RESPONSE |
{ "TEXTAREA_ROWS_DEFAULT":"10" } |