Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function/method to read metadata #3

Open
DmitryMK opened this issue Aug 26, 2022 · 2 comments
Open

Add function/method to read metadata #3

DmitryMK opened this issue Aug 26, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DmitryMK
Copy link
Contributor

Add function/method to read metadata

@DmitryMK DmitryMK added the enhancement New feature or request label Aug 26, 2022
@mbringas
Copy link
Contributor

mbringas commented Sep 1, 2022

This is the global structure of the ADSL example provided
ADSLglobal
Inside "items" we'll get the details on columns or variables
ADSLVariables
And the records will be inside "itemData"
ADSLRecords
So the stream reading should probably be on this last nested item. Is there a way to access this only region of the JSON file without loading it all into memory?

@CimimUxMaio
Copy link
Contributor

We are missing studyOID and metadataVersionOID which are both on the "clinicalData" and "referenceData" level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants