NodeJS application for checking tickets of St. Petersburg polyclinics
- First of all you need to setup NodeJS on your machine.
- Then lauch setup[.bat] script to install all Node JS dependencies.
- Configure the application by specifying parameters in file config/app.properties
- Go to bin folder and launch proper script.
- usage[.bat] - get information about additional command keys and properties.
- get-patient-id[.bat] - get patient id by last name, first name, patr name and birth date.
- get-appointments[.bat] - get list of all appointments and their ids for the next month by clinic id and doctor id.
- set-appointments[.bat] - set appointment by clinic id, patient id and appointment id.