You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

There is possibility to import new study including CRF templates via Microsoft Word document. This page contains format description of the definition file.

Basically it is a list with four levels:

  1. CRF Template 1 name
    1. Section 1 name
      1. Parameter 1 name {parameter type*)
      2. Parameter 2 name {parameter type}
      3. Parameter 3 name {parameter type}
        1. Category 1
        2. Category 2
      4. Parameter 4 name {parameter type}
    2. Section 2 name
      1. Parameter 5 name {parameter type}
      2. Parameter 6 name {parameter type}
  2. CRF Template 2 name
    1. Section 1 name
      1. Parameter 1 name {parameter type*}


where {parameter type} can be one of these types:

  • {text} - text input 
  • {select} - combo box with predefined categories
  • {option} - options with predefined categories
  • {date} - date input
  • {check} - check box
  • {number} - number input


Here is example docx document to .

  • No labels