cdisc-org / DataExchange-DatasetJson

DatasetJson for ODM V2
MIT License
15 stars 3 forks source link

Feature/fraction digits #5

Closed lexjansen closed 2 years ago

lexjansen commented 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