1.0.10 • Published 10 years ago

out-patient-price-module v1.0.10

Weekly downloads
29
License
-
Repository
-
Last release
10 years ago

out-patient-price-module

OutPatientPriceModule - JavaScript client for out-patient-price-module \u9488\u5BF9\u533B\u9662\u95E8\u8BCA\u4EF7\u683C\u7684\u4E1A\u52A1\u903B\u8F91\u64CD\u4F5C This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build date: 2016-04-14T07:47:08.383Z
  • Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install out-patient-price-module --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/out-patient-price-module then install it via:

npm install YOUR_USERNAME/out-patient-price-module --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var OutPatientPriceModule = require('out-patient-price-module');

var api = new OutPatientPriceModule.DefaultApi()

var token = "token_example"; // {String} Token


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getList(token, callback);

Documentation for API Endpoints

All URIs are relative to http://115.159.113.37:15050/outpatientprice

ClassMethodHTTP requestDescription
OutPatientPriceModule.DefaultApigetListPOST /getModelList

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.0.10

10 years ago

1.0.9

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago