Skip Headers
Oracle® Clinical Remote Data Capture Onsite Administrator's Guide
Release 4.6.2

Part Number E18823-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

11 Customizing Online Help

You can customize the help that users can display when using the RDC Onsite application. You can create help text for each field in a CRF, modify the existing online help topics installed with RDC Onsite, and create help information for CRFs displayed in the Data Entry window.

This chapter includes the following topics:

11.1 Defining Help for the Fields in a CRF

When using RDC Onsite to enter and update data in a CRF, users can right-click a field and select Field Help to get more information about the field.

RDC Onsite opens the Oracle Clinical Data Collection Help window, which displays the help text for the field's DCM Question Group, the help text for the selected field, and other details. See Figure 11-1.

To define this field-level help, you add text to the Oracle Clinical data collection definitions.

Figure 11-1 Custom Help Text for Fields in a CRF

Description of Figure 11-1 follows
Description of "Figure 11-1 Custom Help Text for Fields in a CRF"

You can enter CRF field help text in Oracle Clinical at the study level for:

Note:

You can define help text for active or provisional DCMs only.

To enter help text for a DCM question group and its DCM questions: 

  1. Open Oracle Clinical.

  2. Navigate to Definition, DCMs, and then select DCMs.

  3. Select the study where you are defining help text. The Maintain Study DCMs form opens.

  4. Select a DCM and then click DCM Question Groups. The DCM Question Groups form opens, listing the question groups that are part of the study's DCM.

    To define help text for a DCM question group:

    1. Select a question group.

    2. Scroll to the right until you view the Help Text field.

    3. Enter up to 200 characters of text.

    To define help text for an individual question in a DCM question group:

    1. Select a question group.

    2. Click DCM Questions. The DCM Questions form opens, displaying the individual questions that comprise the question group.

    3. Scroll to the right until you view the Help Text field.

    4. Enter up to 200 characters of text.

  5. Save your changes and regenerate the CRF.

11.2 Customizing Online Help

RDC Onsite includes context-sensitive online help files that describe using the application's features. Users invoke the online help by clicking the Help link or button displayed on the application pages, in the Data Entry window, or in a dialog box.

The online help includes several navigation frames and a large content frame that displays the contextual topics. The topic files are in HTML format and are generated from the Oracle Clinical Remote Data Capture Onsite User's Guide content. You can customize a copy of the online help files and redirect RDC Onsite to display your copy.

Note:

The online help is dynamically generated and changes may not be consistent between generations. Oracle does not document changes to the structure or content of the online help between upgrades. If you customize the online help, you may have to reconcile your changes after installing a patch or an upgrade. Release notes indicate if the patch or upgrade affects the online help.

The tasks required to customize the RDC Onsite online help are as follows:

11.2.1 Copying the RDC Onsite Help Files

During the installation of Oracle Clinical and RDC Onsite, the system installs the online help files for RDC Onsite into the following directory:

ORACLE_AS10gR3_HOME\j2ee\rdc\applications\olsardc\rdconsite\xhelp\rdc\footprint\*.*

Before you customize the help files: 

  1. Copy all the help files from the default location to another location on the application server.

  2. Edit the web.xml file to specify the new location for your customized online help files. Section 11.2.4, "Diverting the Help Call to a Custom Location" for more information

The context-sensitive help calls from RDC Onsite require that the directory structure for your customized online help matches the help directory structure provided with RDC Onsite.

You can locate your custom help directory on the shared drive of another application server, but the new location must be accessible by URL.

Note:

Do not place your custom help directory in the same directory where the Oracle-provided online help is installed:

ORACLE_AS10gR3_HOME\j2ee\rdc\applications\olsardc\rdconsite\

This directory may be overwritten by subsequent upgrades or patches.

11.2.2 Identifying Individual Topic Files

The RDC Onsite online help system does not use file names in its context calls. Therefore, the most reliable method for identifying a topic's file name is to invoke the topic from RDC Onsite and then open the Properties dialog box.

To identify the file name of a help topic: 

  1. Open RDC Onsite to the feature you are documenting.

  2. Click Help to open the help topic in a new browser window.

  3. Right-click the topic area of the window, and then select Properties.

  4. Note the address listed in the Address (URL) field. The file name for the selected topic is located at the end of the URL address as filename.html. See Figure 11-2.

Note:

Be careful to immediately identify the topic file after you open it from RDC Onsite. If you use the help system's navigation aids to browse, you might open another topic file instead of the topic file you want to edit.

Figure 11-2 Identifying the File Name of Individual Help Topics

Description of Figure 11-2 follows
Description of "Figure 11-2 Identifying the File Name of Individual Help Topics"

11.2.3 Modifying the Topic Text

To modify the text for an online help topic: 

  1. Navigate to the directory location of your customized online help files.

  2. Open the file that you identified as the HTML file associated with the topic you want to modify.

  3. Edit the text.

  4. Save your changes.

When modifying a help topic, keep the following issues in mind to ensure that you retain RDC Onsite's context-sensitivity:

  • Do not change header content, file names, anchors, or other metadata. The topic files include metadata identifiers for the context calls from RDC Onsite and for navigating and searching. Changing this metadata may break the context calls from the application or the system's navigation aids.

  • Save the file with the same name and to the same relative location.

11.2.4 Diverting the Help Call to a Custom Location

When a user clicks Help in RDC Onsite, the application constructs a URL based on the current session and the default installation location of the online help system.

To divert the help call to the custom location you created in Section 11.2.1, you edit the OPA_DOC_DIR parameter in the web.xml file.

To divert the help call to a custom location: 

  1. Stop the rdc OC4J instance.

  2. Log in to the RDC Onsite application server.

  3. Navigate to the following directory:

    ORACLE_AS10gR3_HOME\j2ee\rdc\applications\olsardc\rdconsite\WEB-INF

  4. Open the web.xml file with a text editor.

  5. Find the following lines in the file:

    <context-param>    <param-name>OPA_DOC_DIR</param-name>    <param-value></param-value></context-param>

  6. Insert the location of your customized online help files. The syntax of the location is as follows:

    https://help-doc-hostname/directory-name/xhelp

    Note:

    Do not add a slash (/) to the end of the URL. RDC Onsite adds a slash and several parameters to the URL to open the file.
  7. Save your changes.

  8. Restart the rdc OC4J instance.

Note:

If you do not specify a location for the OPA_DOC_DIR parameter, RDC Onsite opens the topic files in the default installation location.

11.3 Defining Help for CRFs

To enter and update data in a CRF, users open the CRF in a Data Entry window. By default, the Data Entry window does not display the Help icon in its toolbar.

RDC Onsite adds the Help icon to the toolbar only if you create the context-sensitive help that displays when the user clicks the icon.

Description of help_icon.gif follows
Description of the illustration help_icon.gif

To create custom help text for the Help icon, you use the Maintain Links form in the RDC Administration application. For more information, see Section 10.6, "Defining a Link for CRF Help."