fabric-samples/hyperledger-fabric/chaincode/fhir-data/dist/patient.js
2020-05-11 14:26:07 -05:00

7 lines
No EOL
180 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// Patient is an asset
class Patient {
}
exports.Patient = Patient;
//# sourceMappingURL=patient.js.map