When the Medidata Rave
Web Services transforms raw data into regular data, some data might
fail validation or transformation. Failure during validation or transformation
is the result of flawed raw data in Medidata Rave. To ensure that
this flawed raw data is not lost during transformation, you can examine
in SAS Clinical Data Integration the raw data that was used during
the transformation. The ability to examine the raw data helps you
prevent submitting null data to a regulatory body when flawed data
was entered in Medidata Rave.
The raw data is included
in the SAS Clinical Data Integration data set so that you can examine
the data and correct it.
For every _RAW data
column definition in a Medidata Rave data table definition, there
is a corresponding regular data column with the same name, minus the
_RAW designation. For example, the IT_SEVERE_RAW data column has a
corresponding regular data column named IT_SEVERE.
If the raw data was
validated or transformed without error, the values in both the regular
data column and the _RAW data column are identical.
If the raw data was
not validated or transformed without error, the value in the regular
data column is empty, and the _RAW data column contains the raw, invalid
value that was in Medidata Rave.