Skip to content

Settings

This chapter is a technical reference documentation for settings of Iris system.

Enumerations

Access Selector Types

This enumeration is used in table instrument-rights. The value comes from the OIDC provider. Username is determined by claim preferred_username, group is expected to be in location.

Value (byte) Meaning
0 Record matches user (default)
10 Record matches user group

Access Rights

This enumeration is used in table instrument-rights.

Value (byte) Meaning
1 User/Group can read/view results
3 User/Group can approve results
7 User/Group can edit and approve results (default)

Result Types

This enumeration is used to define a test's result type in the instrument (table tests).

Value (byte) Meaning
0 Quantitative result, e.g. 3, 4.5, etc.
1 Semiquantitative result
2 Qualitative result (Positive, Negative, Gray Zone)
3 Text result, e.g. "Red", "Pale", etc. (default)
4 Ratio result, e.g. 1:2, 1:4, etc.
5 List of predefined values
6 Arbitrary result, e.g. "+", "2+", "-", etc.
7 Antibiotic susceptibility result, e.g. "S", "I", "R"
8 Image result (binary data)

Test Directions

This enumeration is used to define how tests are used in the instrument (table tests).

Value (byte) Meaning
0 Bidirectional - Test is used for both orders and results (default)
1 Results Only - Test will never be ordered to the instrument, used only for results
2 Orders Only - Test is used only for ordering purposes and never used for results