Content

Overview

Examples

Configuration Properties

 
 

 

 

 

Overview

Top../images/arwup.gif (846 bytes)

The "Consumable Lot" Control allows the contents of a Consumable Lot to be viewed and reviewed. This Control provides two OOB Global Control Templates that allow Consumable Lots to be viewed and reviewed (depending on the configuration properties): Consumable Lot View and Consumable Lot Review.

 

Examples

Top../images/arwup.gif (846 bytes)

The Consumable Lot Templates are demonstrated in LES Global Worksheet Template for Consumable Types. The operating modes of the Consumable Lot View and Consumable Lot Review Control Templates are determined by the "Mode" Configuration Property.

 

Configuration Properties

Top../images/arwup.gif (846 bytes)

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.
OptionDescription
WorksheetSDIs are retrieved from the WorksheetSDI table, which persists SDIs associated with the Worksheet.
ControlSDIs are retrieved from the WorksheetItemSDI table, which persists SDIs associated with the Control.
QuerySDIs are retrieved by a Query defined in the Control. This displays the "Query" property.
Mode Choose "View" if this Control will be used to view the content of Consumable Lots. Choose "Review" if this control wil be used to review Consumable Lots.
Query These properties are available if the "Data Source" is "Query".
PropertyDescription
QueryQuery SDI.
Query ParametersParameters to use in the Query SDI.
Query From

Query Where

If you are doing a generic SQL query rather than defining a Query SDI, these define the From and Where Clauses.
Consumable Lot Columns Defines columns rendered from the ReagentLot table.
OptionFilters by:
TitleTitle rendered on the column header.
ColumnColumn Id to be retrieved.
TipText displayed on the tooltip.
Col SpanNumber of columns to span (similar to HTML colspan tag).
ShowDetermines if the column is rendered.
Display ValueValues displayed in place of the corresponding retrieved values. Separate each with a semicolon. For example, if you retrieve values from the createby column, you could specify JDrake=JD. All values retrieved as JDrake would then be displayed as JD. This works only if you replace the entire retrieved string (it does not work on partial strings).
Date FormatFormat in which date/time is displayed, as determined by the user's Locale and the Date Format Policy. For information about how LabVantage handles Locale, see Internationalization and Localization → Locale and Time Zone and Date Format Policy.
Translate ValueDetermines if the retrieved value is translated (see Translations).
Form Columns Number of SDC columns displayed across each row of the form.
Hide Empty Columns Determines if empty columns (all null) are hidden.
Show Containers Determines if Containers (Trackable Items) are shown.
Containers Header Title Title displayed on the Containers header.
Container Columns Defines columns rendered from the Trackitem table.
OptionFilters by:
TitleTitle rendered on the column header.
ColumnColumn Id to be retrieved.
TipText displayed on the tooltip.
Col SpanNumber of columns to span (similar to HTML colspan tag).
ShowDetermines if the column is rendered.
Display ValueValues displayed in place of the corresponding retrieved values. Separate each with a semicolon. For example, if you retrieve values from the createby column, you could specify JDrake=JD. All values retrieved as JDrake would then be displayed as JD. This works only if you replace the entire retrieved string (it does not work on partial strings).
Date FormatFormat in which date/time is displayed, as determined by the user's Locale and the Date Format Policy. For information about how LabVantage handles Locale, see Internationalization and Localization → Locale and Time Zone and Date Format Policy.
Translate ValueDetermines if the retrieved value is translated (see Translations).
Show Consumable Params Determines if Consumable Params are shown.
Consumable Params Header Title Title displayed for the Consumable Params.
Consumable Params Columns Defines columns rendered from the ParamListItem table.
OptionFilters by:
TitleTitle rendered on the column header.
ColumnColumn Id to be retrieved.
TipText displayed on the tooltip.
Col SpanNumber of columns to span (similar to HTML colspan tag).
ShowDetermines if the column is rendered.
Display ValueValues displayed in place of the corresponding retrieved values. Separate each with a semicolon. For example, if you retrieve values from the createby column, you could specify JDrake=JD. All values retrieved as JDrake would then be displayed as JD. This works only if you replace the entire retrieved string (it does not work on partial strings).
Date FormatFormat in which date/time is displayed, as determined by the user's Locale and the Date Format Policy. For information about how LabVantage handles Locale, see Internationalization and Localization → Locale and Time Zone and Date Format Policy.
Translate ValueDetermines if the retrieved value is translated (see Translations).
No Container Available Message Specify text to show when there are no Containers to display.
No Consumable Param Available Message Specify text to show when there are no Consumable Parameters to display.
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".