VIII: Creating Custom Rules Using the Rule Editor Flashcards
What do rules do?
Rules define what scenarios we want the system to find. It doesn’t define when we want the system to look or the functions to perform when those scenarios are found.
What is a criterion?
Property, Operator and Value (Item = Value).
What is recommended when creating a rule for procedures? Procedure property or CPT?
CPT
What buttons do you click in order to find the item number and INI of a field in PB Charge Entry?
Ctrl + Click
In Text, how sould you find the “address” of the field you are looking for (INI and Item #)
Home + F8
Service date vs Day Properties
Service Date T-7, Days use greater than
What does “context” define
Context defines where rules can be used and determines the properties that will be available.
What is a “property”
An item in the system to search for
What is an “operator”
relationship between properties and values (=, <>, >, <)
What is a “value”
A response to a property
In the rule editor, how can you search with INI and Item Number?
Click on the arrows next to the search button for more search options.
If the rule you are building needs to catch procedures with any modifier what operator can you use?
Use the “does not equal” operator and leave the value blank.
How would you look up items in Text that you might want to use in rules?
Navigate to the field and type HOME+F8
If the Raw data field shows and ID number, what does this mean?
Then the system is actually storing a pointer to a different masterfile.
If the Raw data field shows the exact same thing that displays in the field, what does this mean?
Then the system is storing the free text typed as a string of text.