Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  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:

...

  • <b>text</b>  - bold text
  • <I>text</i>    - italic text
  • 10<sup>9</sup>   - superscript 109


The main goal of the docx import is simplify creating of new study. It doesn't replace the whole process. Some steps (inline groups, formulas, conditional visibility etc.) still must be done in the CRF Designer. 

...