0.0.2 • Published 4 years ago

node-nextech v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

node-nextech

nodejs module for the Nextech's API

Installation

npm install node-nextech

Documentation

var Nextech = require('node-nextech')

var nxt = new Nextech( practiceId,
                        application_id, 
                        username, 
                        password, 
                        access_token, 
                        refresh_token);

let patient = nxt.getPatient('patientId');

Query

Filters
Sorting
Pagination
Counts

Public Api

Nextech(practiceId, application_id, username, password, access_token, refresh_token)

Arguments

  • practiceId - The company ID provided by Nextech
  • application_id - The application ID provided by Nextech
  • username - The application's username
  • password - The application's password
  • access_token - The user's generated token
  • refresh_token - The user's generated refresh token.

Create

Read

createPatient(object)

Creates the Patient in Nextech

Arguments

  • object - The unsaved patient, to be persisted in Nextech

getPatient(id)

Retrieves the Patient from Nextech

Arguments

  • id - The Id of persistent Patient
0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago