Skip Headers
Oracle® Health Sciences Data Management Workbench User's Guide
Release 2.4

E52292-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
PDF · Mobi · ePub

4 Using Libraries

See also "Setting Up Library and Study Categories".

Creating and Modifying Library Clinical Data Models

Clinical data models in a library are available for reuse in studies. When you modify a library model, any study models created from it can be updated to the latest version. However, if you have made changes to the model in the study, you lose those changes when you upgrade to the new library version.

Libraries correspond to the categories—for example, therapeutic areas—that your company creates for the purpose of grouping studies and library data models; see "Setting Up Library and Study Categories".

Creating a Library Clinical Data Model

  1. Click Library.

  2. Click the Add icon for Clinical Data Models. The Create Clinical Data Model window appears.

  3. Enter a name and description for the model; see "Naming Objects" for restrictions.

  4. Select the library in which the data model belongs. The label of this field as well as the options are configurable by your company; see "Setting Up Library and Study Categories".

  5. Under Select from source select the source, if any:

    • None to define tables and column manually.

    • Load from file to create tables by uploading files. The system can create tables from zipped SAS datasets, SAS Transport (CPort or XPort) files, or a .zip file that contains one or more text metadata (.mdd) files. Metadata files are the only way to automatically create tables with constraints or with all blinding attributes set; see "Required Syntax for Table Metadata Text Files".

      Browse to the file.

  6. Click OK.

    Notes:

    If you have not already created a primary key for every table in the model, you must do so; see "Adding Constraints to a Table".
  7. Check the status. Make sure it has a status of Installable before you check it in. A model is not installable if it does not have any tables or if any of its tables are not installable. A table is not installable if it has no columns.

Modifying a Library Clinical Data Model

  1. Go to the Library page and select a study category.

  2. In the search field in the upper left, enter part or all of the model name and press Enter. The system lists all models whose name contains the string you typed.

  3. Select the model you want, either by clicking it or by using the down arrow and then pressing Enter.

  4. To modify the model, click Check Out. The system creates a new version of the model for you to modify. This button is visible only if you have the privileges required to modify the model.

  5. Make changes. If you have the required privileges, you can:

    • Add, modify, or delete tables by clicking the appropriate icon and making the changes; see "Adding Tables to a Clinical Data Model".

    • Add, modify, or delete columns in a table by selecting the table in the upper pane and clicking the appropriate icon in the Columns tab and making the changes; see "Adding Columns to a Table".

    • Add, modify, or delete constraints in a table by selecting the table in the upper pane and clicking the appropriate icon in the Constraints tab and making the changes; see "Adding Constraints to a Table".

    • Update Validation Status The system displays this icon only if you have the privileges required. Click it to change the validation status (possible values are Development, Quality Control, or Production) or to upload a supporting document for the validation status change; see "Updating Validation Status".

  6. Check the status. Make sure it is installable before you check it in. A model is not installable if any of its tables are not installable. A table is not installable if it has no columns.

Deleting a Clinical Data Model

To delete a clinical data model, select it in the Clinical Data Model pane and click the Delete Clinical Data Model icon. You must have the Remove Model privilege.

Creating Code Lists

Code lists specify a list of valid values that you can associate with a table column.

  1. In the Library page, select the Code Lists pane, then click the Add icon.

  2. Codelist Name

  3. Description: (Optional) Enter a description that will help users know what it is, such as a list of its values.

  4. Select a therapeutic area or other library category. The code list will be available for use in study and library clinical data models in the same library.

  5. Click OK.

Add Code Values Select the code list. In the Code List Values tab, click the + icon and enter:

  1. Code: The code must be unique within the code list. The code is the allowed clinical data value; the string that the system tests for when columns are associated with the code list.

  2. Code Value: This is the value displayed in the user interface. The system does not evaluate this value.

  3. Click OK.

  4. Repeat for each value.

  5. Click Check In to make the code list available for use.

Code List Examples

Common code lists include:

  • Code list YESNO with codes Y and N and code values Yes and No.

  • Code list SEX with codes M and F and code values Male and Female.

Removing a Code List

To remove a code list, navigate to the Library, then Code Lists. Select the code list and click the Remove icon.

Note:

You cannot remove a code list if it is associated with a table column.