Skip to content

Question: TRT01P in ADSL #129

@ynsec37

Description

@ynsec37

Dear team,

The current ADSL example derives the No Treatment for TRT01P that do not have a treatment

adsl <- adsl_raw %>%
  mutate(
    TRT01P = if_else(ARM %in% c("Screen Failure", "Not Assigned", "Not Treated"), "No Treatment", ARM),
    TRT01A = if_else(ACTARM %in% c("Screen Failure", "Not Assigned", "Not Treated"), "No Treatment", ACTARM)
  )

In the below ADaM IG, The TRT01P is likely not derived for "Screen Failure" at least
https://www.cdisc.org/system/files/members/standard/foundational/[ADaMIG_v1.3.pdf]

Image

Although I have seen both scenarios that some derive it and some not, I just wonder there is a general rule.
Could you kindly help to provide your option? Thank you very much.

  • if TRT01P should be derived for 'Screen Failure'

  • if TRT01P should be derived for Randomized but "Not Assigned", "Not Treated"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions