Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 10 Next »

Đường dẫn: Build Study > Create Rule > "Rule Designer" icon 

`

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 Visit", hệ thống sẽ hiện thị tất cả CRF trong các Visit 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 thả  Item OID từ bên tay trái sang. Đây là một tính năng rất tiện lợi của Rule Designer. Trong trường hợp người dùng có 3 lựa chọn:

  • kéo thả 1 item OID từ 1 CRF
  • kéo thả 1 item OID từ 1 Version của 1 CRF
  • kéo thả một item OID từ 1 CRF trong một Visit 

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. Hệ thống có sẵn các ký hiệu thuận tiện cho việc tạo biểu thức

eq     Equal to=
neNot Equal to        
gtGreater Than>
gteGreater Than or Equal to          >=
ltLess Than<=
lteLess Than or Equal to<=
AndAnd&
OrOror
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"

  • Email Action:Người dùng phải điền trường email, thông báo khi item không pass edit check. Ngoài ra người dùng phải chỉ rõ khi nào rule sẽ chạy, có 3 lựa chọn đó là "Admin data entry"_khi CRF đã có trạng thái completed sau đó thay đổi dữ liệu, "Initial data entry"_khi save dữ liệu điền vào, "Batch"_ khi run rule 

  • 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


  • 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 () để chương trình hiện thị 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. 
    • 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.



Phần bên tay phải: Xem thông tin về Item




Validate rule






Test rule


  • No labels