Forums: Define.xml
Hi Jason,
This is a bug which exists only for SEND data in P21C 2.2.0. Its fix will be available in our new release.
Now your only option is to add this attribute manually by editing XML text.
Thank you for reporting this bug.
Sergiy
Here is what the raw xml file looks like for the BG domain:
<ItemGroupDef OID="IG.BG" Name="BG" Repeating="Yes" IsReferenceData="No" SASDatasetName="BG"
Purpose="Tabulation"
def:Structure="One record per test per interval per subject"
def:Class="FINDINGS"
def:ArchiveLocationID="LF.BG">
Here is what it should look like with the inclusion of the DOMAIN attribute:
<ItemGroupDef OID="IG.BG" Name="BG" Domain="BG" Repeating="Yes" IsReferenceData="No" SASDatasetName="BG"
Purpose="Tabulation"
def:Structure="One record per test per interval per subject"
def:Class="FINDINGS"
def:ArchiveLocationID="LF.BG">
How can I make the 'Domain="BG"' appear using the excel spec which is produced from Pinnacle 21?
Thanks