We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
}
The text was updated successfully, but these errors were encountered: