MaastrichtU-IDS / DecentralizedHealthcareBackend

Other
0 stars 2 forks source link

Contract info 1 #24

Open Giacomo-Terragni opened 1 year ago

Giacomo-Terragni commented 1 year ago

Dear Kun, @klifish

I have aquestions about the contract purposes:

In VikasContractTest.ipnb i noticed that the "additional" contract info is included. ""function UploadDataSecondaryCategory( address _address1, bool _OpenToGeneticStudiesOnly, bool _ResearchSpecificRestrictions, bool _OpenToResearchUseOnly, bool _NoGeneralMethodResearch) function UploadDataRequirements( address _address1, bool _GeographicSpecificRestriction, bool _OpenToNonProfitUseOnly, bool _PublicationRequired, bool _CollaborationRequired, bool _EthicsApprovalrequired, bool _TimeLimitOnUse, bool _CostOnUse, bool _DataSecurityMeasuresRequired) ""

would these additional info work in my simulation? To use them I just need to add them in the uploaded_data section?

"uploaded_data": { "estimate": False, "description": "description", "link": "http://link.com", "no_restrictions": False, "open_to_general_research_and_clinical_care": False, "open_to_HMB_research": False, "open_to_population_and_ancestry_research": False, "open_to_disease_specific": False "CollaborationRequired": True ///new one }