/decentralized-patient-record-management

Decentralized patient record management

Primary LanguageJavaScriptMIT LicenseMIT

Decentralized patient record management

Maintainability Build Status Coverage Status Dependencies Repo Size License

ABI

[
	{
		"constant": false,
		"inputs": [
			{
				"name": "_str",
				"type": "string"
			}
		],
		"name": "setHash",
		"outputs": [],
		"payable": false,
		"stateMutability": "nonpayable",
		"type": "function"
	},
	{
		"constant": true,
		"inputs": [],
		"name": "getHash",
		"outputs": [
			{
				"name": "",
				"type": "string"
			}
		],
		"payable": false,
		"stateMutability": "view",
		"type": "function"
	}
]