Previous Topic

Next Topic

Book Contents

Text resources

For each dropout reason you want to appear as a column heading on standard or ad hoc dropout reports, define a resource with a type of TEXT. You must define resources by using MedML and the MedML Installer tool.

The resource specifies the internal value of the control defining the specific dropout reason and the text of the dropout report column header, using the following format:

<RESOURCE
UUID="PF_SC_REASONCTL_internal_reason_value"
[DESCRIPTION="resource_description"]
DATATYPE="TEXT"
[TEXT="column_heading_text"]/>

Variable

Definition

internal_reason_value

One of the following:

  • The Value property defined for an element component in a simple or pull-down control included in the control specifying noncompletion reason
  • The Selection Value property defined for any other type of subordinate control included in the control specifying noncompletion reason
  • The default value for a subordinate control for which no Selection Value property has been defined. The default value is assigned by InForm application and is in the format !pf! control_DBUID_path.

resource_description

Description of the resource.

column_heading_text

Text of the column heading that represents the specified noncompletion reason in standard and ad hoc patient dropout reports.

Send Feedback