...
eq | Equal to | = |
ne | Not Equal to | |
gt | Greater Than | > |
gte | Greater Than or Equal to | >= |
lt | Less Than | <= |
lte | Less Than or Equal to | <= |
And | And | & |
Or | Or | or |
Pathernese | () |
Người cùng có thể tìm thông tin về item bằng cách bôi đen item OID sau đó click vào <> → hệ thống hiện thị thông tin của item bên tay phải trong tab "Item Metadata"
Chọn Action cho Rule, chọn loại Action bằng cách click vào Dropdown có tên là "Actions"
...
- InsertAction
- Dùng khi insert data vào các item của CRF
- Nhấp chuột vào biểu tượng (DestinationProperty OID. Trong DestinationProperty OID bao gồm: DestinationProperty OID , Value: giá trị tĩnh mà sẽ insert vào trường DestinationPropert OID, Value Expression: cho phép người dùng tính toán giá trị mới hoặc coppy copy giá trị tư 1 trường khác. ) để chương trình hiện thị
- InsertAction không hỗ trợ cũng với EventAction
- EvenActionĐược : được sử dụng để lập lịch trong tương lai. Để lập lịch cho Visit trong tương lai .
Within this action, the Target is the trigger that fires the rule. There is an EventDestination, which is the STARTDATE of the future event that the rule will schedule, and there is a ValueExpression that calculates the STARTDATE for the future event.
To define an EventAction, you must identify the Target, define the EventDestination, and ValueExpression, and specify the conditions for when to run the Rule (RunOnStatus). Following are three different techniques for implementing an EventAction:
- Schedule all subsequent events based on the date of the first event (View a sample)
- There is ONE Target (trigger) in this option - the Rule is triggered only for that Target
- If an Event STARTDATE is changed, this Rule does not update future Events
- Schedule all subsequent events based on the date of the current event (View a sample)
- There are MULTIPLE Targets (triggers) in this option - the Rule is triggered for any of the Targets
- If an Event STARTDATEis changed, this Rule dynamically updates all subsequent events
- Schedule the next event (and only the next event) based on the status of the current event (View a sample)
- This option does not display the entire visit schedule. Initially it only displays the first event. Once the first Event is started or completed, it displays the next event - and only the next event. Once the next Event data entry is started or completed, it displays the next event, and so on.
Phần bên tay phải: Xem thông tin về Item
Validate rule
...
- thì người dùng cần có ngày StartDate của Visit trước nó.
Để tạo được rule cho EventAction, người dùng phải chỉ ra Target, định nghĩa EventDestination và ValueExpression và điều kiện để chạy rule (RunonStatus).
Cách lập lịch dựa trên First Visit
Chỉ có một Target (Trigger) trong lựa chọn này và Rule sẽ chỉ trigger đến target này
Nếu STARTDATE bị thay đổi thì Rule này sẽ không cập nhật cho Visit trong tương lai
Cách lập lịch dựa trên Current Visit
Có nhiều Target (trigger) trong lựa chọn này và Rule được trigger đến bấy kỳ Target nào
Nếu STARTDATE bị thay đổi thì Rule này sẽ thay đổi các Visit liên quan đến nó
Cách lập lịch cho Visit tiếp theo dựa trên trạng thái của visit hiện tại
Cách lập lịch này sẽ không hiện thị lần khám tiếp theo ngay sau khi có STARTDATE.Lần khám sau chỉ hiện thị khi Visit trước có trạng thái "STARTED" hoặc "COMPLETED".
Phần bên tay phải: Xem thông tin về Item
...
Có 2 cách để xem thông tin về item:
Cách 1: người dùng có thể click trực tiếp vào Item bên tay trái → hệ thống sẽ hiện thị thông tin của Item ở bên tay phải trong tab "Item Metadata"
Cách 2: Người cùng có thể tìm thông tin về item bằng cách bôi đen item OID sau đó click vào <> → hệ thống hiện thị thông tin của item bên tay phải trong tab "Item Metadata"
Validate rule
...
Người dùng có thể Validate Rule mà mình đã tạo bằng cách nhấp chuột vào nút "Validate"
Nếu Rule chưa đúng hệ thống sẽ đưa ra thông báo màu đỏ cho người dùng.