QC Batch Viewer Control |
Content |
||||||||||||||
|
Overview |
|
|
The "QC Batch Viewer" Control allows the contents of a QC Batch to be viewed and reviewed. This Control provides two OOB Global Control Templates that allow QC Batches to be viewed and reviewed (depending on the configuration properties): QCBatch View and QCBatch Review.
Examples |
|
|
The QCBatch View and QCBatch Review Control Templates are demonstrated in LES Global Worksheet Template for QC Methods.
You can also create your own LES Worksheet that uses these Controls by creating a QC Method using the "Base LES Worksheet" Global Worksheet Template, which creates a basic LES Worksheet for an SDI.
![]() |
After generating the LES Worksheet, edit the Worksheet and add the QCBatch View and QCBatch Review Controls.
![]() |
The operating modes of the QCBatch View and QCBatch Review Control Templates are determined by the "Mode" Configuration Property. Further functionality is demonstrated in LES Global Worksheet Template for QC Methods.
Configuration Properties |
|
|
These properties are available for configuring overall behavior.
Property | Description | ||||||||||||||||||
Name | Name of the Control that is displayed in the ELN interface. Leaving this blank defaults to the Control name provided in the OOB configuration. | ||||||||||||||||||
Data Source | Determines the source of the SDIs associated with the
Control.
|
||||||||||||||||||
Query | These properties are available if the "Data Source"
is "Query".
|
||||||||||||||||||
QC Batch Columns | Defines columns rendered from the s_QCBatch table. QCBatch
columns support dot notation to display any column from the QCMethod.
|
||||||||||||||||||
Form Columns | Number of SDC columns displayed across each row of the form. | ||||||||||||||||||
Hide Empty Columns | Determines if empty columns (all null) are hidden. | ||||||||||||||||||
QC Batch Item Columns | Defines columns rendered from the s_QCBatchItem table.
QCBatch Item columns support dot notation to display columns from Sample
(s_sample table), SampleType (s_batchsampletype table) and linkto QC batchitem
(s_qcbatchitem table) row.
|
||||||||||||||||||
Mode | Choose "View" if this Control will be used to the content of QC Batches. Choose "Review" if this control wil be used to review QC Batches. | ||||||||||||||||||
Show Unknown Samples | Determines if Unknown Samples are shown. | ||||||||||||||||||
Show QC Samples | Determines if QC Samples are shown. | ||||||||||||||||||
Operations | Defines operations available on the Control Toolbar. See Common Control Operations for details. | ||||||||||||||||||
Includes | Allows complex/extended JavaScript to be added to an Operation of Type "Custom". |