Content

Overview

Example

 
 
 

 

Overview

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

Parameter Lists can be of two types: "Preparation" and "Procedural". This is set by the "ParamList Type" in the Parameter List Maintenance page (see the example of a Parameter List Maintenace page).

If a Sample has Preparation and Procedural Data Sets, Data Entry on the Procedural Data Sets is prevented until data for the corresponding Preparation Data Sets have been entered, saved, and Released.

 

Example

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

The OOB "Appearance" Test Method contains two "Appearance" Parameter Lists, one of type "Preparation" and one of type "Procedural".

Add the Appearance Test Method to a Sample, then perform Data Entry. Initially, only the "Preparation" Parameter List is made available for Data Entry.

This behavior is persisted in the SDIData table. AvailabilityFlag is set to "Y" for the Preparation Data Set.

SDIData              
KeyId1 ParamListId ParamListVersionId VariantId DataSet AvailabilityFlag s_DataSetStatus  
S-160907-00001 Appearance 1 Prep 1 Y InProgress < "Preparation" Data Set
S-160907-00001 Appearance 1 1 1 N Initial < "Procedural" Data Set

Enter data for the Preparation Data Set, then Save and Release.

Releasing the Preparation Data Set transitions SDIData.s_DataSetStatus to "Completed". This sets SDIData.AvailabilityFlag to "Y" for the Procedural Data Set, thus making it available for Data Entry.

SDIData              
KeyId1 ParamListId ParamListVersionId VariantId DataSet AvailabilityFlag s_DataSetStatus  
S-160907-00001 Appearance 1 Prep 1 Y Completed < "Preparation" Data Set
S-160907-00001 Appearance 1 1 1 Y Initial < "Procedural" Data Set