Service manual
Section - IV Software BT3000 PLUS Rev.0, Soft Ver. 8 Page 13 of 15
SCRIPT EXAMPLES
The examples outlined here are the transformation in script of the standard routine of the
patient reception by the analyzer.
Stringn #PatientCode|$15
Char #PatientListType
Char #PatientType
Char #PatientClone
Stringn #PatientCupPosition|$2
Stringn #PatientNumberTest|$2
Set #BeginAnalysesData
Stringn #AnalysesCode|$4
Set #EndAnalysesData
Stringn #CheckSum|$3
The following are the details of the above Scripts:
Stringn #PatientCode|$15
Patient Code of fixed length equal to 15 characters
Char #PatientListType
Type of list (Routine/STAT) as single character
Char #PatientType
Serum type (Serum/Urine) as single character
Char #PatientClone
Identifies if the patient is or is not a clone (single character)
Stringn #PatientCupPosition|$2
Position of serum cup (string of fixed length equal to 2 characters)
Stringn #PatientNumberTest|$2
Number of tests to be executed (string of fixed length equal to 2 characters)
Set #BeginAnalysesData
Beginning of analysis codes
Stringn #AnalysesCode|$4
An analysis code of fixed length equal to 4 characters. It must be entered for each
type of test as per qty indicated in the #PatientNumberTest
.
Set #EndAnalysesData
End of analysis codes
Stringn #CheckSum|$3
Check-Sum (transferred as a string of fixed length equal to 3 characters)