Closed lexjansen closed 2 years ago
This PR makes the following changes to the schema (ODMv2 meeting notes:)
"itemData": [ [1, "MyStudy", "001", "DM", 56], [2, "MyStudy", "002", "DM", 26], ... ]
This will also mean that the first item description needs to describe itemGroupDataSeq:
"items": [ { "OID": "ITEMGROUPDATASEQ", "name": "ITEMGROUPDATASEQ", "label": "Record Identifier", "type": "integer" },
See attached example. dd_example.txt
This PR makes the following changes to the schema (ODMv2 meeting notes:)
"itemData": [ [1, "MyStudy", "001", "DM", 56], [2, "MyStudy", "002", "DM", 26], ... ]
This will also mean that the first item description needs to describe itemGroupDataSeq:
"items": [ { "OID": "ITEMGROUPDATASEQ", "name": "ITEMGROUPDATASEQ", "label": "Record Identifier", "type": "integer" },
See attached example. dd_example.txt