Loading...
pool size
: The number of CCD agents created during one pool to process the CCDs or PHRs.polling intervals
: The time taken in seconds to check for new requests or retry failed requests.batchSize
: The number of records fetched from the database for a single CCD request.maxAllowedProcessAttempt
: The maximum number of attempts to reprocess the failed requests.polling intervals
: The default value is 10.maxAllowedProcessAttempt
: The default value is 5.pool size
: The default value for:
After you install NextGen Patient Portal CCD Service using NextGen Service Manager Console, the configuration files for generating various types of Personal Health Records are generated in the Default folder. The default folder location is also C:\NextGen\Services\AWSVPQADB02.consolidated_testing.NextGenPatientPortalCCDService.
To delete the agents and agent configurations, enter the following query:
delete from configuration_options where instance_name IN ('PxpLongitudinalCcdaRequest','PxpEncounterCcdaRequest','PxpManualCcdaRequest','PxpDateFilterCcdaRequest',PxpMsuCcdaRequest')and [app_name] = 'Rosetta Interface Engine'
delete from intrf_interface_ids where interface_name IN ('PxpLongitudinalCcdaRequest',PxpEncounterCcdaRequest',PxpManualCcdaRequest','PxpDateFilterCcdaRequest',PxpMsuCcdaRequest')
delete from intrf_subscriptions where agent_name IN ('PxpLongitudinalCcdaRequest','PxpEncounterCcdaRequest','PxpManualCcdaRequest','PxpDateFilterCcdaRequest','PxpMsuCcdaRequest')
Based on the poolsize, agents are created for each type of CCD or PHR request. By default 18 agents are created.
Here, 20 agents are created. The number of agents created is 5*pool size.
.