Thanks Sergiy, for the info. I was able to edit XML file to populate origin columns with CRF page numbers but was having trouble creating links to the respective page numbers. can you please help me figure out how to create the links.
Hyperlinks are populated by define.xml stylesheet.
CDISC team created a special stylesheet for v1.0. When Origin value includes any “CRF Page x” or “CRF Pages x” string the stylesheet generates a hyperlink to “blankcrf.pdf#page=x” assigned to “x” value.
Therefore in define.xml you need to generate Origin value like
The similar approach is used for v2.0. Hyperlinks are populated in a browser by stylesheets. However define.xml v2.0 standard is more logical and well-structured. There are special Elements/Attributes for Origin. E.g.,
Thanks again Sergiy, I populated the origin as “CRF Page x” but couldnt get the links but was wondering why am I not getting links, so, I guess stylesheet is the issue. I was using the style sheet that came with OpenCDISC validator 1.5.
I recently started to use opencdisc to create define.xml but wasnt able to figure out how to link the annotated CRF to define.xml, can someone please help me understand how to link the CRF so that I can get the hyperlinks in origin column.