ankitm27 / decentralized-patient-record-management

Decentralized patient record management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
	}
]

About

Decentralized patient record management

License:MIT License


Languages

Language:JavaScript 83.5%Language:Solidity 16.5%