Đường dẫn: Build Study > Create Rule > "Rule Designer" icon
Hệ thống sẽ hiện thị màn hình Rule Designer cho người dùng
Màn hình Rule Designer bao gồm 3 phần:
- Thông tin bên tay trái để người dùng có thể: View CRF, View CRF theo Version, View CRF trong Event. Phần này giúp người dùng có thể kéo thả các item của CRF vào trong Rule
- Phần ở giữa là nơi để người dùng tạo rule
- Thông tin bên tay phải để người dùng xem thông tin về item, ...
Phần thông tin bên tay trái : View CRF, View CRF theo Version, View CRF trong Event
Phần 1: Người dùng nhấp chuột vào phần "View by CRF", hệ thống sẽ hiện thị tất cả CRF và các item trong CRF của study hiện tại
Nếu người dùng muốn xem CRF theo OID name của CRF thì người dùng nhấp chuột vào checkbox ở góc bên phải
Phần 2: Người dùng nhấp chuột vào phần "View by CRF version" , hệ thống sẽ hiện thị tất cả Version của tất cả CRF trong study hiện tại
Nếu người dùng muốn xem CRF theo OID name của CRF thì người dùng nhấp chuột vào checkbox ở góc bên phải
Phần 3: Người dùng nhấp chuột vào "View by Event", hệ thống sẽ hiện thị tất cả CRF trong các Event của Study hiện tại
Nếu người dùng muốn xem CRF theo OID name của CRF thì người dùng nhấp chuột vào checkbox ở góc bên phải
Phần ở giữa: tạo rule
Target : Người dùng kéo Item OID từ bên tay trái sang
Rule OID : là tên duy nhất cho Rule này
Expression : người dùng có thể tạo ra các biểu thức cho các item ở đây
The Equality and Relational Operators | ||
eq | Equal to | Variables used with this operator could be of any type |
ne | Not Equal to | Variables used with this operator could be of any type |
ct | Contains | Variables used with this operator could be of any type |
gt | Greater Than | Variables used with this operator should be of a number type |
gte | Greater Than or Equal to | Variables used with this operator should be of a number type |
lt | Less Than | Variables used with this operator should be of a number type |
lte | Less Than or Equal to | Variables used with this operator should be of a number type |
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 <>
Chọn Action cho Rule, chọn loại Action bằng cách click vào Dropdown có tên là "Actions"
- Email Action:
- Người dùng phải điền trường email, thông báo khi item không pass edit check
- Discrepancy Note Action
- Người dùng sẽ tạo thông báo khi item không pass qua Edit check bằng cách gõ thông báo vào trường Message
- Người dùng sẽ tạo thông báo khi item không pass qua Edit check bằng cách gõ thông báo vào trường Message
- ShowAction:
- Khi người dùng chọn một giá trị nào đó thì sẽ hiện thị một trường khác. "Apply on" trường sẽ được hiện thị sau khi chọn giá trị của item trong Expression
- HideAction:
- Khi người dùng chọn một giá trị nào đó thì sẽ ẩn một trường khác. "Apply on" trường sẽ được ẩn đi sau khi chọn giá trị của item trong Expression
- 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 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 sử dụng để lập lịch 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.