Configuring the QC Analysis Application
Forms | See also |
---|---|
PERFANA—Chart Form |
Overview
Various aspects of the QC performance analysis environment can be configured by the LIMS administrator to limit access, fix the type of data expected, and to customise the spreadsheet.
This process is pertinent to LIMS and laboratory managers who configure the LIMS and quality control (QC) performance analysis sessions, in particular.
Process
Configuring Access to the QC Analysis Application
Ensure the Perfana.exe file is located in the folder defined by the ExeDirectory GLOBAL setting. Give users, or users with specific roles, access to the application by setting the AccessLevel PERFANA program setting. Once a user has sufficient access rights, they can run the QC Analysis application either from the QC node on the CCLAS menu or directly from the CCLAS Exe folder.
To display tips to users upon start up of the QC Analysis application, enable the ShowTipOfTheDay PERFANA program setting, and enter the tips, with one tip per line, in a text file, place the file in a folder under the CCLAS root folder defined by the CCLASRootDirectory GLOBAL setting, then set the TipofTheDayFile PERFANA program setting to the folder and file name, for example %CCLASRootDirectory%TIPS\QCANALYSIS.TIP.
To maintain the window size and position between closing and launching the QC Analysis application, set the Window PERFANA program setting..
Configuring the Searching of Discrete QC Sample Assessments
Set the MainListViewColumnn PERFANA program settings to specify which columns of quality control sample details from the PERFANA table are presented in the discrete QC sample grid.
When entering search criteria to filter discrete historical QC observations by client, the F2 function key is used to open the client lookup form to display matching client codes from all laboratories, including clients that are disabled. Set the ClientLookupColumns PERFANA program setting to define the CLIENT table columns displayed in the client lookup form.
Customising the Searching of Discrete QC Sample Assessments
Where the PrfUDF.VBS VBScript file is located in the folder defined by the ConfigDirectory GLOBAL setting and:
- The PrfUDF1 subroutine exists within the script file, before QC history records are extracted to analyse the performance of discrete QC samples, then it is run to customise the query.
- The PrfUDF2 subroutine exists within the script file, after QC history records are extracted to analyse the performance of discrete QC samples, then it is run to customise the result set.
Configuring the Reporting of Discrete QC Sample Assessments
Set the TemlateDirectory PERFANA program setting to the folder containing report templates for discrete QC sample assessments report generation.
Set the DefaultViewMode PERFANA program setting to the default setting for the report generation view mode.
Customising the Reporting of Discrete QC Sample Assessments
Where the PrfUDF.VBS VBScript file is located in the folder defined by the ConfigDirectory GLOBAL setting and:
- The PrfUDF3 subroutine exists within the script file, before discrete QC sample assessments are reported, then it is run to customise the input data to the report.
- The PrfUDF4 subroutine exists within the script file, after discrete QC sample assessments are reported, then it is run to customise the presentation to the user.
Configuring the Plotting of Discrete QC Sample Assessments
For XChart plots:
- Set the XChartLineColour PERFANA program setting to specify the line colour.
- Set the XChartLinePattern PERFANA program setting to specify the line pattern.
- Set the XChartPointColour PERFANA program setting to specify the point colour.
- Set the XChartPointShape PERFANA program setting to specify the point shape.
- Set the XChartMeanColour PERFANA program setting to specify the mean line colour.
- Set the XChartMeanPattern PERFANA program setting to specify the mean line pattern.
- Set the XChartActionColour PERFANA program setting to specify the action area colour.
- Set the XChartWarningColour PERFANA program setting to specify the warning area colour.
- Set the XChartNormalColour PERFANA program setting to specify the normal area colour.
- Set the XChartBackgroundColour PERFANA program setting to specify the background colour.
For Histogram plots:
- Set the HistogramBarColour PERFANA program setting to specify the histogram bar colour.
- Set the HistogramBarPattern PERFANA program setting to specify the histogram bar pattern.
- Set the HistogramMeanColour PERFANA program setting to specify to specify the mean line colour.
- Set the HistogramMeanPattern PERFANA program setting to specify the mean line pattern.
- Set the HistogramFailColour PERFANA program setting to specify the failure area colour.
- Set the HistogramPassColour PERFANA program setting to specify the pass area colour.
- Set the HistogramBackgroundColour PERFANA program setting to specify the background colour.
- Set the HistogramIntervals PERFANA program setting to specify the number of intervals.
- Set the HistogramIntervalWidth PERFANA program setting to specify the width of each interval.
For Cusum plots:
- Set the CusumLineColour PERFANA program setting to specify the line colour.
- Set the CusumLinePattern PERFANA program setting to specify the line pattern.
- Set the CusumPointColour PERFANA program setting to specify the point colour.
- Set the CusumPointShape PERFANA program setting to specify the point shape.
- Set the CusumUpperColour PERFANA program setting to specify the upper area colour.
- Set the CusumLowerColour PERFANA program setting to specify the lower area colour.
- Set the CusumBackgroundColour PERFANA program setting to specify the background colour.
For Scatter plots:
- Set the ScatterPointColour PERFANA program setting to specify the point colour.
- Set the ScatterPointShape PERFANA program setting to specify the point shape.
- Set the ScatterFailColour PERFANA program setting to specify the failure area colour.
- Set the ScatterPassColour PERFANA program setting to specify the pass area colour.
- Set the ScatterBackgroundColour PERFANA program setting to specify the background colour.
For Correlation plots:
- Set the CorrelationLineColour PERFANA program setting to specify the line colour.
- Set the CorrelationLinePattern PERFANA program setting to specify the line pattern.
- Set the CorrelationPointColour PERFANA program setting to specify the point colour.
- Set the CorrelationPointShape PERFANA program setting to specify the point shape.
- Set the CorrelationUpperColour PERFANA program setting to specify the upper area colour.
- Set the CorrelationLowerColour PERFANA program setting to specify the lower area colour.
- Set the CorrelationBackgroundColour PERFANA program setting to specify the background colour.
- Set the CorrelationIsLogarithmic PERFANA program setting to specify whether the correlation plot displays logarithmically.
For PCurve plots:
- Set the PCurvePointColour PERFANA program setting to specify the point colour.
- Set the PCurvePointShape PERFANA program setting to specify the point shape.
- Set the PCurveFailColour PERFANA program setting to specify the fail area colour.
- Set the PCurvePassColour PERFANA program setting to specify the pass area colour.
- Set the PCurveBackgroundColour PERFANA program setting to specify background colour.
- Enable the PCurvePlotData PERFANA program setting to include plot data on the chart.
For Z-Score plots:
- Set the ZScoreBarColour PERFANA program setting to specify the bar colour.
- Set the ZScoreBarPattern PERFANA program setting to specify the bar pattern.
- Set the ZScoreMeanColour PERFANA program setting to specify the mean line colour.
- Set the ZScoreMeanPattern PERFANA program setting to specify the mean line pattern.
- Set the ZScoreBackgroundColour PERFANA program setting to specify the background colour.
- Set the ZScoreInterval PERFANA program setting to specify the number of intervals.
- Set the ZScoreIntervalWidth PERFANA program setting to specify the interval width.
- Set the ZScorePassColour PERFANA program setting to specify pass area colour.
- Set the ZScoreWarningColour PERFANA program setting to specify the warning area colour.
- Set the ZScoreFailColour PERFANA program setting to specify the failure area colour.
Customising the Plotting of Discrete QC Sample Assessments
Where the PrfUDF.VBS VBScript file is located in the folder defined by the ConfigDirectory GLOBAL setting and:
- The PrfUDF5 subroutine exists within the script file, before discrete QC sample assessments are plotted, then it is run to customise the input data to the plot.
- The PrfUDF6 subroutine exists within the script file, after discrete QC sample assessments are plotted, then it is run to customise the presentation to the user.
Access a Custom Form from QC Performance Analysis
Often a laboratory requires custom scripts to tailor QC performance analysis to their requirements. These scripts may or may not include custom forms.
The PerfanaScreenn PERFANA program settings define the custom scripts that are launched from the Run main menu option.