Program Settings - LIBMANPROCREG

LIBMAN program settings set the environment for entering procedures in the Library Management application.

;" class="TableStyle-Basic-Table-Borders" cellspacing="0">
Setting NameDescriptionSetting Value
AccessLevel

The access level for each staff member to enter procedures in the Laboratory Maintenance application.

n

  • 0 - no access
  • 1 - read only access
  • 2 - read/write access
  • 3 - read/write/delete access.
Criteria1..

Only applied if LoadBrowser is enabled.

The list of criteria used to select records for the browse display. Each criterion is defined by a name and a SQL clause used to filter the records. Only one criteria can be active at a time.

These criteria and the default criteria used are editable in the application as well as via the Staff application. If modified in the application and staff settings are present only for CCLASMGR, then they are copied into the individual user’s staff settings.

{CriteriaName},{SQLStatement}

CurrentCriteria

The number of the current criterion.

n
LoadBrowser

If enabled, then either the list of Clients or the list of Jobs (see ListViewByClient setting) appears in the viewing pane of the LibMan Module. If disabled, then the query screen LibmanSchemeUserQuery.SCR appears at the bottom of the screen.

Enabled | Disabled

MainListViewColumn1..

The columns of details displayed in the browse frame of this application.

At minimum, LABCODE and PROCEDURECODE must be shown for schemes, and is added as a default if there are no settings for them.

Example:

MainListViewColumn1: LABCODE, 50, Laboratory

MainListViewColumn2: PROCEDURECODE, 200, Procedure

{FieldName},Width,{ColumnHeading}[,{Picture}]

ProcRegBlankFields

When procedures are copied to the library, then the specified fields from the LIBMANPROCREG table are left empty.

Example: UPPERSCHEME, UPPERANALYTE

{FieldName},Width,
{ColumnHeading}, [{Picture}][,{FieldName},Width,
{ColumnHeading}, [{Picture}],...]

ProcRegSchemeAnalyteBlankFields

When procedure scheme analytes are copied to the library, then the specified fields from the LIBMANPROCREGSCHEMEANALYTE table are left empty.

Example: UPPERSCHEME, UPPERANALYTE

{FieldName},Width,
{ColumnHeading}, [{Picture}][,{FieldName},Width,
{ColumnHeading}, [{Picture}],...]

ProcRegSchemeBlankFields

When procedure schemes are copied to the library, then the specified fields from the LIBMANPROCREGSCHEME table are left blank .

Example: SECTION, INSTCODE

{FieldName},Width,
{ColumnHeading}, [{Picture}][,{FieldName},Width,
{ColumnHeading}, [{Picture}],...]

QueryEvent

The command within the LibmanProcRegUserQuery.SCR file that is executed to return a list of procedures. Only active if the LoadBrowser setting is disabled.

Example: cmdQuery_Click

{EventName}