|
@@ -34,7 +34,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "completionRecord", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteCompletionRecordService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalCompletionRecordService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -42,7 +42,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "contractRecord", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteContractRecordService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalContractRecordService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -50,7 +50,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "contractTemplate", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteContractTemplateService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalContractTemplateService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -58,7 +58,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "device", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteDeviceService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalDeviceService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -66,7 +66,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "diagnosis", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteDiagnosisService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalDiagnosisService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -74,7 +74,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "dictionary", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteDictionaryService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalDictionaryService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -82,7 +82,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "dynamicType", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteDynamicTypeService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalDynamicTypeService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -90,7 +90,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "exam", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteExamService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalExamService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -98,7 +98,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "followUp", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteFollowUpService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalFollowUpService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -106,7 +106,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "label", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteLabelService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalLabelService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -114,7 +114,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "login", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteLoginService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalLoginService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -122,7 +122,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "menu", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteMenuService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalMenuService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -130,7 +130,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "operationLog", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteOperationLogService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalOperationLogService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -138,7 +138,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "organization", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteOrganizationService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalOrganizationService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -146,7 +146,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "patientExtension", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNotePatientExtensionService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalPatientExtensionService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -154,7 +154,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "patient", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNotePatientService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalPatientService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -162,7 +162,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "region", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteRegionService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalRegionService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -170,7 +170,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "report", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteReportService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalReportService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -178,7 +178,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "residence", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteResidenceService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalResidenceService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -186,7 +186,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "role", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteRoleService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalRoleService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -194,7 +194,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "schedule", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteScheduleService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalScheduleService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -202,7 +202,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "servicePack", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteServicePackService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalServicePackService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -210,7 +210,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "statistic", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteStatisticService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalStatisticService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -218,7 +218,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "systemSetting", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteSystemSettingService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalSystemSettingService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -226,7 +226,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "teamRegion", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteTeamRegionService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalTeamRegionService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -234,7 +234,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "team", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteTeamService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalTeamService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -242,7 +242,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "template", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteTemplateService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalTemplateService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -250,7 +250,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "town", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteTownService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalTownService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -258,7 +258,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "upgrade", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteUpgradeService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalUpgradeService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -266,7 +266,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "userFeature", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteUserFeatureService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalUserFeatureService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -274,7 +274,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "userPassword", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteUserPasswordService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalUserPasswordService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|
|
@@ -282,15 +282,7 @@ var JsonRpcProxy = (function () {
|
|
|
Object.defineProperty(JsonRpcProxy.prototype, "user", {
|
|
|
get: function () {
|
|
|
var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteUserService(_this.currentHostAddress, {}); });
|
|
|
- },
|
|
|
- enumerable: false,
|
|
|
- configurable: true
|
|
|
- });
|
|
|
- Object.defineProperty(JsonRpcProxy.prototype, "dBLog", {
|
|
|
- get: function () {
|
|
|
- var _this = this;
|
|
|
- return this.findService(function () { return new index_1.VNoteDBLogService(_this.currentHostAddress, {}); });
|
|
|
+ return this.findService(function () { return new index_1.VitalUserService(_this.currentHostAddress, {}); });
|
|
|
},
|
|
|
enumerable: false,
|
|
|
configurable: true
|