[CLINICAL XXX Text - XXX is optional ana code ( between 1 and 255)
Add the 'text' to the clinical screen.
[] How long did the surgery take?{
1-5 min
6-10 min
11-20 min
21-30 min
30-40 min
>41 min }
[clinical] 100 Time: ANSWER
Here the clinical line will contain the length of time surgery took (and given analysis code 100) e.g. Time: 11-20 min
The text being added will be checked for the following (in UPPERCASE):
| ANSWER | The last answer the user gave |
| QUESTION | The Question text being asked |
| DDID | The VeNom ID |
| CID | The VeNom container ID |
Tip: Sometimes you may be working on multiple protocols that add similar work or you are doing a script that will run on multiple machines.
In these cases you may need to have different analysis codes depending on the work or the location. To get round this you can set the anaysis code (XXX) from 256 to 999.
What happens here is the system will look at the params.txt entry Protocol_Code_XXX = YYY, where XXX is the value in the script and will replace it with YYY.
|
[CLINICAL1 XXX Text - XXX is optional ana code ( between 1 and 255)
Add the 'text' to the clinical screen.
This option is identical to [CLINICAL above, except if 'TEXT' is blank nothing will be added. e.g.
[] What is the diagnosis {[line]}
[Clinical 400 Dx: ANSWER]
If the user simply returns on this line empty we get Dx: on
a clinical line by itself. Replacing this with
[] What is the diagnosis {[line]}
[Clinical1 400 Dx: ANSWER]
Then the line will only be added if something was entered.
[scode 12
This extract will record the protocol starting, ask a question and then record the results.
ALL animals receiving treatment for otitis externa must have
the following assesment:
[]Continue {yes[nostore]|No[abort]}
.
[saves2] Ear assesment protocol undertaken
.
[]Are any of these statments true?{
>=5 Ear presc in last 2 years
On atopy prot + 2 Ear presc
Unresovable V. Canal pathology
Positive swab result
None of the above [qu2]
}
[saves2] ANSWER
[saves2] POTENTIAL SURGICAL CANDIDATE
[goto qu3]
The text being added will be checked for the following (in UPPERCASE):
| ANSWER | The last answer the user gave |
| QUESTION | The Question text being asked |
| DDID | The VeNom ID |
| CID | The VeNom container ID |