Versions Compared

Key

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

...

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 

Image Removed

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

...

  • Email Action: 
    • Người dùng phải điền trường email, thông báo khi item không pass edit check
    • Chọn khi nào thì hiện thị message và khi nào thì gửi Email 

...

Image Added

  • 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


    Image Added
  • 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 Added

  • 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


Image Added


  • InsertAction
    • Dùng khi insert data vào các item của CRF 
    • Nhấp chuột vào biểu tượng (Image Added) để 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


Image Added 


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


    Image Added