Module for HIPAA 9.6.April 2016 | Understanding and Using HIPAA Module | Installing and Using HIPAA Module | Configuring the webMethods Module for HIPAA | Configuring Module for HIPAA Properties
 
Configuring Module for HIPAA Properties
You can control many functions of Module for HIPAA by specifying values for the properties in the configuration file, config.cnf. This file contains the property for caching.
*To edit the configuration properties
1. Open the config.cnf file available at Integration Server_directory \instances\$instance_name\packages\WmHipaa\config folder.
2. Specify the values for the properties as defined below.
3. Save the file.
4. Reload the WmHipaa package.
5. The following table lists the definitions of the configuration properties in the Module for HIPAA config.cnf file:
Property
Definition
wm.hipaa.caching
Enables or disables the caching of the code sources from the database query results for the search and view functionality.
Set this property to false to disable Module for HIPAA to automatically cache the code sources. This is the default setting.
Set this property to true to enable Module for HIPAA to automatically cache the code sources.
wm.hipaa.BigDocThreshold
Determines the size at which Module for HIPAA considers a document to be large. The threshold size values are as follows:
*For any negative integer, that is, -n or 0, is not considered as a large document.
*For any positive integer, the number of bytes over this value is considered as a large document.
The default value is -1.