Presentation is loading. Please wait.

Presentation is loading. Please wait.

Finish configuration cloudclinica root jdbc:postgresql:5432//localhost/cc_db JDBC Url: JDBC Driver: User name: Password: ******** org.postgresql.Driver.

Similar presentations


Presentation on theme: "Finish configuration cloudclinica root jdbc:postgresql:5432//localhost/cc_db JDBC Url: JDBC Driver: User name: Password: ******** org.postgresql.Driver."— Presentation transcript:

1 Finish configuration cloudclinica root jdbc:postgresql:5432//localhost/cc_db JDBC Url: JDBC Driver: User name: Password: ******** org.postgresql.Driver When CC starts first time we will show this page. After successful connection CC will create properties file with db url, driver, username & password. Then CC will always use this properties to connect to DB.

2 Exit Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + + + + + + + cloudclinica Manage PropertiesSave Then CC creates table in the DB with default properties and redirects user to this page. So user will be able to change default properties on this page. I think this page should always be available for root user in the main menu. And design will be the same as in the CC of course.

3 System Extracts Email Security Facility Support Rules Studio Reporting … - Access Repository File Management Logging Job Scheduler Usage Statistics Color Theme + + + + + + + + + + + + Configure Instance Properties + + + cloudclinica ExitManage PropertiesSave

4 System Extracts Email Security … Access Repository File Management Logging Job Scheduler Usage Statistics Theme Color This parameter is the web address for ClinCapture. Either be a DNS domain name or an internal IP address can be used. For example:http://demo.clincapture.com/clincapture http://192.168.1.12/clincapture ClinCapture URL: http://demo.clincapture.com/clincapture + + + + + + + + * - Configure Instance Properties + (Implementation note: Let’s get rid of sysURL.base, or you can copy the sysURL into it.) + - cloudclinica ExitManage PropertiesSave

5 System Extracts Email … Access Repository File Management Logging Job Scheduler Usage Statistics Theme Color This parameter specifies the location of the repository for all uploaded and generated files in the system, including CRFs and datasets. The format depends on your operating system. For example: Windows: c:\\ClinCapture\\Tomcat\\ClinCapture.data\\ Linux: /usr/local/tomcat/clincapture.data File Path: c:\\ClinCapture\\Tomcat\\ClinCapture.data\\ + + + + + + + * + Configure Instance Properties - + - cloudclinica ExitManage PropertiesSave

6 System - Access Repository File Management Logging … + This parameter specifies the location for uploaded files if item data type is FILE. The format depends on your operating system. For example: Windows: c:\\ClinCapture\\Tomcat\\ClinCapture.data\\Attached_File\\ Linux: /usr/local/attached_file/ If it is not specified, the repository path will be used and a subfolder will be created. Uploaded file path: The specified file extensions can be saved in the uploaded file names. Separate extensions with a comma and do not include the leading dot. For example: txt, csv, doc File Extensions: Configure Instance Properties (Implementation note: If file extensions are specified, set crfFileExtensionSettings=valid, leave blank otherwise. + + + - cloudclinica ExitManage PropertiesSave

7 System + - Access Repository File Management Logging Job Scheduler … + These Properties configure the logging features of ClinCapture. The logs path format depends on your operating system. For example: Windows: C:\\clincapture\\tomcat\\logs Linux: /usr/local/tomcat/logs Logs path: Logging level: Log host name: Port number: C:\\clincapture\\tomcat\\logs Configure Instance Properties + * + + localhost 514 TraceDebugInfoWarningsErrors - cloudclinica ExitManage PropertiesSave

8 System Extracts Email... + + + + + + Access Repository File Management Logging Job Scheduler Usage Statistics Theme Color + These Properties configure the quartz job scheduler, including the misfire threshold, the number of extract jobs that can run at a single time and their priority. Misfire threshold: (in milliseconds) Threads count: Threads priority: 18000000 * 1 * 5 * Configure Instance Properties + - + - cloudclinica ExitManage PropertiesSave

9 System... + + + Access Repository File Management Logging Job Scheduler Usage Statistics Theme Color + Usage statistics refers to information sent back Clinovo to help us future versions of ClinCapture. This includes technical information such as the installed version, the number of studies created and the number of users using the system. These statistics DO NOT include information such as study or CRF names, study data, or user information. We collect this data in aggregate and use it according to our Privacy Policy to improve our products and services. Send usage statistics: Host name: (localhost) Port number: (514) ClinCapture Version: Configure Instance Properties + + - YesNo 2.0 + - cloudclinica ExitManage PropertiesSave

10 System Extracts Email Security Facility Support … Access Repository File Management Logging Job Scheduler Usage Statistics Theme Color This parameter defines the color for the skin interface. Theme color: http://demo.clincapture.com/clincapture + + + + + + + + - Configure Instance Properties + (Implementation note: Let’s get rid of sysURL.base, or you can copy the sysURL into it.) + - BlueGreenViolet + + cloudclinica ExitManage PropertiesSave

11 System Extracts Email Security Facility Support Rules Studio Reporting … + + - + + + + + + Configure Instance Properties This parameter configures the path for the exported datasets. A subfolder in the system repository will be created. If this parameter is specified, scheduled jobs will save extracted datasets in two places: this directory and in the system repository. If this parameter is not specified, scheduled jobs will extract datasets only into the system repository. Export path: (exports) Extract number defines how many subjects the system will paginate through while extracting data. This number can be increased to use higher amounts of memory and potentially decrease the amount of time extracts take. You can lower this number if you have extremely large extracts to reduce the impact to online users while extracts are running. Extract number: * 99 cloudclinica ExitManage PropertiesSave

12 System Extracts Email Security … These Properties configure the email interface. SMTP and SMTPS protocols are supported. If the host requires a username and password make sure Authentication is set to true. Minimum connection timeout is 5 seconds. Host name: Port number: Connection timeout: Username Password: Protocol: Authentication: Start TLS: Admin email address: + - + + + Configure Instance Properties smtp.domain.com 465 1000 clincapture@example.com password clincapture@example.com SMTPSMTPS TrueFalse TrueFalse (Implementation note: If protocol is SMTP, set mailSmtpAuth and maiSmptStarttls with the selected options. If protocol is SMTPS, set mailSmtpsAuth and maiSmptsStarttls. cloudclinica ExitManage PropertiesSave

13 Configure Instance Properties System Extracts Email Security … + + + - + Users can be sent passwords via email, or the password can be displayed on the screen to the administrator, who must physically give it to the user. Email password specifies if users’ passwords are sent by email. Email password: Password reuse frequency is minimum number of days required prior to re-using an old password. A value of 0 means this policy is disabled (passwords can be reused right away). Password reuse frequency: * (in days) This is maximum number of days between user logins. That is, if a user does not login to their accounts for more than the number of days specified, when users attempt to login again their account will be administratively locked. Only users with Study Administrator privilege can unlock accounts. A value of 0 disables this feature (inactive accounts are never locked). Maximum inactive account time: * (in days) This is maximum idle time between client requests. That is, a session will timeout if no requests are sent to the server after this time interval expires. When this occurs, users are directed to the login page before they can continue. Maximum idle session time: * (in seconds) (Implementation note: Let’s get rid of : passwdExpirationTime + change_passwd_required (already specified in the password policy GUI) TrueFalse 1800 365 90 cloudclinica ExitManage PropertiesSave

14 Configure Instance Properties System Extracts Email Security Facility + + + + - These facility Properties are used when creating a new study. Facility Name: City: State/Province: ZIP: Country: Contact information Properties. Contact name: Degree: Phone: Email: cloudclinica ExitManage PropertiesSave

15 Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + - + + + The Support URL is used in the support button that appears in most pages of ClinCapture. Support URL: * http://clindesk.clinovo.com + + cloudclinica ExitManage PropertiesSave

16 Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + - + + + This parameter configures the URL to access Rules Studio, an intuitive drag-and-drop rules development tool. Rules Studio URL: http://rs.clincapture.clinovo.com + + cloudclinica ExitManage PropertiesSave

17 Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + - + + + This parameter configures the URL to access the graphical reporting module based on Pentaho. If this parameter is not specified, the Reports menu item is not shown in the Tasks menu. Pentaho URL: http://demo.pentaho.clinovo.com + + cloudclinica ExitManage PropertiesSave

18 Configure Instance Properties … Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + - These Properties configures access to the randomization module. If these Properties are not specified, or are incorrectly configured, subject randomization is not possible. Randomization URL: Authentication URL: Authentication credentials must match those you created in randomize.net. User name: Password: If specified here, Randomization Trial ID applies to all studies in ClinCapture. You can also specify aTrial ID in the randomization CRF. However, Trial ID cannot be specified in both places. Trial ID: https://www.randomize.net/api//RandomizeAPIService/RandomizePatientDelegated + https://www.randomize.net/api/RandomizeAPIService/Authenticate cloudclinica ExitManage PropertiesSave

19 Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + + + + + Are these Properties needed? If so, ask MarkG for a descriptive text TBD. Level : Dictionary: $(dictionary) + - $(level) cloudclinica ExitManage PropertiesSave

20 Configure Instance Properties System Extracts Email Security Facility Support Rules Studio Reporting Randomization Medical coding Cancer Clinical Trials Suites + + + + + + + + + cloudclinica This parameter is used for ClinCapture instances that have been modified and configured to work with the Cancer Clinical Trials Suites, also known as the caBIG suite of applications. The parameter determines how long ClinCapture will hold a transaction from C3PR and will wait for a roll back message before committing it to the database. Wait before commit: (in milliseconds) 6000 + - ExitManage PropertiesSave

21 Manage Properties cloudclinica Exit Configure Instance Properties Save ClassSubclassPropertyValue System AccessClinCapture URLhttp://demo.clincapture.com/clincapture RepositoryFile PathC:\\ClinCapture\\Tomcat\\ClinCapture.dat a\\ File Management Uploaded file path File extensions Logging Logs pathC:\\ClinCapture\\Tomcat\\logs\\ Logging levelErrors Log host namelocalhost Port number514 Job Scheduler… Usage Statistics… Color Theme… Extracts Emails …

22 cloudclinica


Download ppt "Finish configuration cloudclinica root jdbc:postgresql:5432//localhost/cc_db JDBC Url: JDBC Driver: User name: Password: ******** org.postgresql.Driver."

Similar presentations


Ads by Google