Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 ActionNgười : người dùng sẽ tạo thông báo khi item không pass qua Edit check. bằng cách gõ Nội dung của thông báo vào ở trong trường Message
    Image Removed
  • 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

Image Removed

  • HideAction:

...

  • .Ngoài ra người dùng phải chỉ rõ khi nào sẽ hiện thị DN, 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 


Image Added

  • ShowAction: được sử dụng để hiện thị item của CRF hoặc Group cái mà bị ẩn trước đó. ShowAction luôn phải đi cùng HideAction trong một rule.Trong ShowAction có trường DestinationProperty khi người dùng nhấp chuột vào Image Added. Đây là OID của một item hoặc 1 group mà khi Action này được gọi đến, item/group này sẽ được hiện thị ra.

Image Added

  • HideAction: được sử dụng để ẩn item của CRF hoặc Group cái mà được hiện thị trước trước đó. HideAction luôn phải đi cùng ShowAction trong một rule.Trong HideAction có trường DestinationProperty khi người dùng nhấp chuột vào Image Added. Đây là OID của một item hoặc 1 group mà khi Action này được gọi đến, item/group này sẽ được ẩn đi ra.



  • 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 EventActionEventAction 


 


  • 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.


...