Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14

Size: px
Start display at page:

Download "Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14"

Transcription

1 Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14

2 Definition Medical Aid Portal is a online place where the people who deals with the Medical Business Together where the need of the General Users can be resolved. Purpose Medical Aid Portal project has been held by the NGO (SPRAT) for the serving people. MEDICAL AID SERVICES is a healthcare portal to help the speeding development in the healthcare industry, challenging critical demands for data protection and exchange between practices and its users (providers, patients and doctors) with the motive of efficiency and productivity. Admin, Patients, Doctors, Service Providers, Hospitals, Stockiest & Lots of Many are Work Together on Same Plateform for NGO.

3 Problems with existing system At present the NGO has not any system online where they can manage the users and all people who deals with medical business. Patient s Appointment, Doctors Prescription, Providers & Stockist is done by manually approaching the person. Due to mismanagement the work is delayed to later date than the due date. Report & History generation is not available.

4 SCOPE OF SYSTEM Patient can view the Hospital and Doctor s detail. Patient can take the appointment from the Hospital. Hospital can manage the Doctor, appointment and Inquiry. Visitor can do Inquiry and give the feedback. Hospital can provide diffrent type of services.

5 Main Categories Of Users 1) Administrator 2) General Users(Visitor/Patient) 3) Doctors 4) Hospitals(private/clinic) 5) Service Providers(Medical Aid Services)

6 Administrator Maintain Patient Section Maintain Doctor Section Maintain Service Providers Section Maintain Hospitals Section Maintain NGO Information, News,etc.., Section

7 Patient Maintain His/Her Account & Profile Management. Send Appointment To Doctors & Hospitals. Give Feedback & Reply on Doctors Prescription. Can See History. Visitors Can Search/Surfing Website. Send Request. Give Feedback. Ask For Any Inquiry.

8 Doctor Maintain His/Her Account & Profile Management. Send Prescription To Patients. Reply on Appointment. Can See History. Hospital Maintain Account & Profile Management. Manage Doctors. Manage Patients, their Appointment & their Request. To Give Feedback/Reply. Can See History.

9 Providers/Stockist Maintain His/Her Account & Profile Management Manage Products Manage Services Send Appointment To Doctors & Hospitals Can See History

10 E-R DIAGRAM

11 Use Case Diagram For Admin :-

12 For Patient :-

13 For Doctor :-

14 For Visitor :-

15 For Hospital :-

16 For Providers :-

17 Class Diagram

18 Sequence Diagram For Admin : Admin : Login : Patient : Doctor : Hospital : Service Providers Maintain Patient Section Maintain Doctor Section Maintain Hospital & Medical Section Maintain Providers & Stockist Section 3 Times Wrong Password

19 Sequence Diagram For Patient : Patient : Login :Doctor : Hospital Search & View Doctors Send Appointment Search & View Hospitals Detail Send Appointment 3 Times Wrong Password

20 Sequence Diagram For Doctor : Doctor : Login :Patient Prescription Reply On Patient Appointment View & Send Reply/Feedback 3 Times Wrong Password

21 For Admin :- Activity Diagram

22 For Patient :-

23 Adminmaster:- Data Dictionary No Field Name Type Extra Description 1 adminid int(5) Primary key, Auto increment Admin ID 2 username Varchar(25) not null Name of User 3 password Varchar(25) not null Password 4 Varchar(25) not null Address 5 Status Varchar(10) not null Enable/Disable

24 Categorymaster:- No Field Name Type Extra Description 1 catid int(5) Primary key, Auto increment Category ID 2 catname Varchar(25) not null Name of Category 3 description Varchar(50) not null Description Of Particular Category 4 Status Varchar(10) not null Enable/Disable

25 Subcategorymaster:- No Field Name Type Extra Description 1 subcatid int(5) Primary key, Auto increment SubCategory ID 2 subcatname Varchar(25) not null Name of SubCategory 3 catid int(5) Foreign Key Category ID 4 description Varchar(50) not null Description Of Particular SubCategory 5 Status Varchar(10) not null Enable/Disable

26 Citymaster:- No Field Name Type Extra Description 1 cityid int(5) Primary key, Auto increment City ID 2 cityname Varchar(25) not null Name of City 3 stateid int(5) Foreign Key State ID 4 Status Varchar(10) not null Enable/Disable

27 Statemaster:- No Field Name Type Extra Description 1 stateid int(5) Primary key, Auto increment State ID 2 statename Varchar(25) not null Name of State 3 countryid int(5) Foreign Key Country ID 4 Status Varchar(10) not null Enable/Disable

28 Countrymaster:- No Field Name Type Extra Description 1 countryid int(5) Primary key, Auto increment Country ID 2 countryname Varchar(25) not null Name of Country 3 Status Varchar(10) not null Enable/Disable

29 Patientmaster:- No Field Name Type Extra Description 1 patient_id int(11) Primary key, Patient ID Auto increment 2 patient name Varchar(20) not null Name of Patient 3 password Varchar(20) not null Name of Password 4 fname Varchar(20) not null Name of FirstName 5 lname Varchar(20) not null Name of LastName 6 pincode Int(6) not null Pincode 7 address Varchar(100) not null Address 8 city Varchar(20) not null Name of City 9 state Varchar(20) not null Name of State

30 patientmaster (Cont..):- No Field Name Type Extra Description 10 country Varchar(20) not null Name of Country 11 Varchar(25) not null 12 mobile Numeric(10,0) not null Contact No 13 status Varchar(10) not null Enable/Disable

31 Doctormaster:- No Field Name Type Extra Description 1 doctor_id int(11) Primary key, Auto increment Doctor ID 2 doctor_name Varchar(20) not null Doctor Name 3 hospital_id int(11) Foreign key Hospital ID 4 degree Varchar(20) not null Doctor Name 5 experiance Varchar(20) not null Doctor Name 6 fname Varchar(20) not null Name of FirstName 7 lname Varchar(20) not null Name of LastName 8 address Varchar(100) not null Name of Address 9 pincode Int(6) not null Pincode

32 doctormaster (Cont..):- No Field Name Type Extra Description 10 city Varchar(20) not null Name of City 11 state Varchar(20) not null Name of State 12 country Varchar(20) not null Name of Country 13 Varchar(25) not null 14 mobile Numeric(10,0) not null Contact No 15 status Varchar(10) not null Enable/Disable

33 Hospitalmaster:- No Field Name Type Extra Description 1 hospital_id int(11) Primary key, Auto Hospital ID increment 2 catid int(11) Foreign Key Categoty ID 3 subcatid int(11) Foreign Key SubCategory ID 4 hospital_name Varchar(30) not null Name of Hospital 5 address Varchar(100) not null Name of Address 6 pincode Int(6) not null Pincode 7 city Varchar(20) not null Name of CityID 8 state Varchar(20) not null Name of StateID 9 country Varchar(20) not null Country ID

34 hospitalmaster (Cont..):- No Field Name Type Extra Description 10 Varchar(25) not null 11 mobile Numeric(10,0) not null Contact No 12 contactperson Varchar(30) not null Contact Person Detail 13 status Varchar(10) not null Enable/Disable

35 Providersmaster:- No Field Name Type Extra Description 1 suppliername Varchar(20) Primary key Supplier Name 2 contactperson Varchar(20) Not null Contact Person Name 3 varchar(25) not null 4 contactno Numeric(10,0) not null Contact No 5 address varchar(50) not null Address 6 pincode Int(6) not null Pincode 7 city varchar(50) not null City 8 state varchar(50) not null State 9 country varchar(50) not null Country 10 dealsinproduct varchar(50) not null Multiple Product 11 status varchar(10) not null Enable/Disable

36 Appointmaster:- No Field Name Type Extra Description 1 app_id int(11) Primary key, Auto increment Patient ID 2 app_date Date not null Particular Date 3 userid Int(11) Foreign Key Name of Patient 4 hospitalid Int(11) Foreign Key Name of Hospital 5 doctorid Int(11) Foreign Key Name of Doctor 6 description Varchar(100) not null Appointment Description Detail 7 status Varchar(10) not null Enable/Disable

37 appoint_responcemaster:- No Field Name Type Extra Description 1 resp_id int(11) Primary key, Auto increment Patient ID 2 resp_date Date not null Particular Date 3 app_id Int(11) Foreign Key Name of Patient 4 doctorid Int(11) Foreign Key Name of Doctor 5 prescription Varchar(100) not null Patient s Prescription Detail 6 status Varchar(10) not null Enable/Disable

38 Enquirymaster:- No Field Name Type Extra Description 1 enq_id int(11) Primary key, Auto increment Enquiry ID 2 enq_date Date not null Enquiry Date 3 hospital_id int(11) Foreign key Hospital Name 4 doctorid int(11) Foreign key Doctor Name 5 server_id Varchar(20) not null Server Name 6 fname Varchar(20) not null Name of FirstName 7 lname Varchar(20) not null Name of LastName 8 address Varchar(100) not null Name of Address 9 pincode Int(6) not null Pincode

39 enquirymaster (Cont..):- No Field Name Type Extra Description 10 city Varchar(20) not null Name of City 11 state Varchar(20) not null Name of State 12 country Varchar(20) not null Name of Country 13 Varchar(25) not null 14 mobile Numeric(10,0) not null Contact No 15 description Varchar(100) Not null Description 16 status Varchar(10) not null Enable/Disable

40 enquiry_responcemaster:- No Field Name Type Extra Description 1 enqres_id int(11) Primary key, Auto increment Enquiry Response ID 2 enqres_date Date not null Particular Date 3 hospital_id Int(11) Foreign Key Name of Hospital 4 doctor_id Int(11) Foreign Key Name of Doctor 5 server_id Varchar(20) not null Server Name 6 description Varchar(100) not null Patient s Prescription Detail

41 HOME PAGE

42 Admin login

43 Login constrain

44 Add New City

45 Insert Category

46 Add Sub Category

47 Add User Type

48 Add New User

49 Conclusion Our System give the all information about Medical business. The Application is developed with the objective of making the system reliable, easier, fast, and more informative. Medical Aid Portal is Web-based application it is specially designed to meet all the requirement of Products and Services.

50 THANK YOU

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

DATA DICTIONARY. Field Name Data Type Constrains Description

DATA DICTIONARY. Field Name Data Type Constrains Description DATA DICTIONARY MstCountry:- CountryId Int Primary Key Unique ID of CountryMaster. CountryName Varchar(100) Not Null Name of the country. MstState:- StateId Int Primary Key Unique ID of StateMaster. CountryId

More information

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

A Project Report On Property Consultancy information System

A Project Report On Property Consultancy information System A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute

More information

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha.

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha. Developed at: Radix Computer Training Center, Patan Developed By: Modi Parth S. Enroll No :-120784107001 Smt. S. R. Patel Engineering College Dhabhi, Unjha. Contents Project Profile Objectives Modules

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

Simple For each base table and order clause

Simple For each base table and order clause Simple For each base table and order clause To determine the base table GeneXus will extract the attributes referred in the For each then finds the tables where they are located: and takes the base table

More information

Welcome to the. Patient Portal!

Welcome to the. Patient Portal! Welcome to the Patient Portal! You re about to find out just how easy it can be to communicate with your healthcare provider, schedule and request appointments, take control of your medical information,

More information

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III Presented To Department of Computer Science Ganpat Vidyanagar, Kherva Presented By Naitik J.Dave (13084231032) Ramesh K.Prajapti(13084231216)

More information

MySQL. A practical introduction to database design

MySQL. A practical introduction to database design MySQL A practical introduction to database design Dr. Chris Tomlinson Bioinformatics Data Science Group, Room 126, Sir Alexander Fleming Building chris.tomlinson@imperial.ac.uk Database Classes 24/09/18

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

Patient Portal - Patient User Guide

Patient Portal - Patient User Guide - Patient User Guide Staying in Contact with your doctor just got easier Do it Online Login to 1. Open your internet browser 2. Search for ManageMyHealth www.managemyhealth.co.nz Note click on the header

More information

Presentation Details: Slides: 32 Duration: 00:10:05 Description:

Presentation Details: Slides: 32 Duration: 00:10:05 Description: Presentation Details: Slides: 32 Duration: 00:10:05 Description: Slide 1 Patient Portal Education Duration: 00:00:06 Slide 2 Logon Instructions Duration: 00:00:41 Slide 3 Logon Instructions Duration: 00:00:15

More information

A Project Report On Web Furniture

A Project Report On Web Furniture A Project Report On Web Furniture Submitted By: Shah Pratik Bharatwala Mustafa 1 Acknowledgement Before we describe about our project, we would like to add a few heart touching words for the people who

More information

Welcome to the. Patient Portal!

Welcome to the. Patient Portal! Welcome to the Patient Portal! You re about to find out just how easy it can be to communicate with your healthcare provider and take control of your medical information. Using this quick reference guide,

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

Patient Portal. Existing Patient Request. Patient Appointment Request. Patient Medication Refill Request. Patient Lab Order Request

Patient Portal. Existing Patient Request. Patient Appointment Request. Patient Medication Refill Request. Patient Lab Order Request Patient Portal 1) Log In to the Patient Portal For a New patient Already a User Already a patient 2) Accessing the portal from doctorspartner Front desk Patient portal workbench New Patient Existing Patient

More information

FDA DUNS Portal User Guide:

FDA DUNS Portal User Guide: FDA DUNS Portal User Guide: How to Obtain a DUNS Number FDA.GOV The following document will provide step-by-step instructions on how to look-up, verify, validate, modify/update or create a new DUNS number

More information

A Project Report on Omni Access

A Project Report on Omni Access A Project Report on Omni Access Course: Software Lab (CS699) Instructor: Prof. G Sivakumar Submitted by : Manan Shah 08305004 Vishal Parajapati 08305030 Harshad Inarkar 08305066 12 November, 2008 1 Introduction

More information

Project Spring Item. Field Data Type Description Example Constraints Required. The ID for this table; autoincremented.

Project Spring Item. Field Data Type Description Example Constraints Required. The ID for this table; autoincremented. Item The ID for this table; autoincremented. 2 name The name of this Black House of Staunton vinyl chess board inventory_level The current number of this item in storage. 29 reorder_level The number of

More information

Go to SQA Academy the website address is

Go to SQA Academy the website address is Joining a course on the SQA Academy You may find it useful to print out this document for reference. There are two steps to joining an SQA Academy course. First you need an account with the SQA Academy,

More information

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva Project Presentation On Mail Server Presented To Department of computer science Ganpat Vidyanagar, Kherva-384012 Presented By Patel Drashti P.(13084231109) Patel Hardik J.(13084231112) Group No : 54 Project

More information

DATABASE DESIGN. Fields in database table have a data type. Some of the data types used in database table are explained below.

DATABASE DESIGN. Fields in database table have a data type. Some of the data types used in database table are explained below. DATABASE DESIGN 1. Description A database is a collection of information and is systematically stored in tables in the form of rows and columns. The table in the database has unique name that identifies

More information

Creating Oracle Tables ( Lesson 2 )

Creating Oracle Tables ( Lesson 2 ) Creating Oracle Tables ( Lesson 2 ) 2.1 Demo Application During this course we will be using Application Express and Oracle 10g Express Edition to create an application. The application will be used to

More information

Electronic Prescribing of Controlled Substance (EPCS) Registration Single Provider Process

Electronic Prescribing of Controlled Substance (EPCS) Registration Single Provider Process Allscripts eprescribe Electronic Prescribing of Controlled Substance (EPCS) Registration Single Provider Process Copyright 2013 Allscripts Healthcare, LLC. www.allscripts.com Single Provider Registration

More information

Wordpress The content management system used is the latest version of Wordpress with some extra add-ons for extra functionality.

Wordpress The content management system used is the latest version of Wordpress with some extra add-ons for extra functionality. User manual bgdo.org wordpress This user manual will explain all of the functionality of the bgdo.org website. It covers various topics and will give a better understanding on how to work with this website.

More information

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7.

Table of Content Title Page number 1. Register 2. Login 3. Dashboard 4. Account Information 5. Recent Activity 6. Messages 7. 1 Table of Content Title Page number 1. Register 3 2. Login 4 3. Dashboard 5 4. Account Information 7 5. Recent Activity 11 6. Messages 12 7. My Credits 13 8. Share and Earn 14 9. Rewards 14 10. My Orders

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE Table of Contents Welcome to the Ezra Medical Center Patient Portal! Using this quick reference guide, find out how simple it is to start using the Portal. If you have specific questions

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

User Guide for Patients

User Guide for Patients Creating a My Health Online Account User Guide for Patients Before you can create a My Health Online account you must register for this service at your GP practice. Your practice will provide you with

More information

Patient Quick Start Guide

Patient Quick Start Guide Patient Quick Start Guide Welcome to MyChart. 2 Sign Up for MyChart. 3 Proxy Access to MyChart.3 Log in to MyChart.4 Messaging..5 View messages from your care provider..5 Ask a question.... 6 Visits..

More information

How to bulk upload users

How to bulk upload users City & Guilds How to bulk upload users How to bulk upload users The purpose of this document is to guide a user how to bulk upload learners and tutors onto SmartScreen. 2014 City and Guilds of London Institute.

More information

Patient Portal User s Guide

Patient Portal User s Guide 650 Peter Jefferson Parkway, Suite 100 Charlottesville, VA 22911 Office: (434) 293 4072 Fax: (434) 293 4265 www.cvilleheart.com Patient Portal User s Guide Table of Contents What is the Patient Portal?

More information

Provider Portal Help Guide

Provider Portal Help Guide Sign up for the Secure Provider Portal Click on the For Providers link on www.ct.gov/husky. 1 You will be directed to the Welcome HUSKY Health Providers page. Select the Provider Login button. HUSKY Health

More information

Frequently Asked Questions. My life. My healthcare. MyChart.

Frequently Asked Questions. My life. My healthcare. MyChart. Frequently Asked Questions My life. My healthcare. MyChart. My life. My healthcare. MyChart. What is MyChart? MyChart offers patients personalized and secure online access to portions of their medical

More information

COP 5725 Fall Hospital System Database and Data Interface. Term Project

COP 5725 Fall Hospital System Database and Data Interface. Term Project COP 5725 Fall 2016 Hospital System Database and Data Interface Term Project Due date: Nov. 3, 2016 (THU) Database The database contains most of the information used by the web application. A database is

More information

Bsc (Hons) Software Engineering. Examinations for / Semester 1. Resit Examinations for BSE/15A/FT & BSE/16A/FT

Bsc (Hons) Software Engineering. Examinations for / Semester 1. Resit Examinations for BSE/15A/FT & BSE/16A/FT Bsc (Hons) Software Engineering Cohort: BSE/16B/FT Examinations for 2017-2018 / Semester 1 Resit Examinations for BSE/15A/FT & BSE/16A/FT MODULE: DATABASE APPLICATION DEVELOPMENT MODULE CODE: DBT2113C

More information

A practical introduction to database design

A practical introduction to database design A practical introduction to database design Dr. Chris Tomlinson Bioinformatics Data Science Group, Room 126, Sir Alexander Fleming Building chris.tomlinson@imperial.ac.uk Computer Skills Classes 17/01/19

More information

PharmaClik Rx ADI Central Fill Job Aids

PharmaClik Rx ADI Central Fill Job Aids Group Preferences Auto-Dispensing Discrepancies can occur when group preferences are not set correctly. One area to check is the Group Auto-Dispensing Preferences window. From the Auto-Dispensing button

More information

Engineering, Built Environment and IT Department of Computer Science MIT C Projects Portal User Manual

Engineering, Built Environment and IT Department of Computer Science MIT C Projects Portal User Manual Engineering, Built Environment and IT Department of Computer Science MIT C Projects Portal User Manual Last Update: 24 August 2017 1 Requesting an Account This section highlights the steps that are required

More information

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE Data Model KSU Students Portal Version.0 Beta Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents.

More information

NextMD Patient Portal

NextMD Patient Portal NextMD Patient Portal TideLine Clinic Quick Start Guide About the Patient Portal NextMD is a consumer-oriented healthcare website that provides you with a reliable and easy-to-use method of communicating

More information

ISSN: [ICEMESM-18] Impact Factor: 5.164

ISSN: [ICEMESM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY HEALTHCARE APPOINTMENT Ms. Vaishali R. Rupnarayan 1, Ms. Shweta S. Rangari 2, Ms. Pranjali P. Moon 3 1 Department of Computer

More information

-- Exportiere Struktur von Tabelle businessappointments.category DROP TABLE IF EXISTS `category`;

-- Exportiere Struktur von Tabelle businessappointments.category DROP TABLE IF EXISTS `category`; -- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server Version: 5.1.53-community - MySQL Community Server (GPL) -- Server Betriebssystem: Win64 -- HeidiSQL Version: 8.0.0.4396

More information

Trace Tracker Release 3

Trace Tracker Release 3 User email or user ID is displayed when logging out of system based on which option was used to log into Tracker. Forgot passphrase option no longer requires user to input UserID in order to receive reset

More information

Patient Portal- Instructions Overview

Patient Portal- Instructions Overview Patient Portal- Instructions Overview Your Healthcare Provider will now be able to send you results and other health information via our secure Patient Portal. When your Provider has sent something to

More information

This Job Aid will assist setting up the Outlook Application for use on iphones and Android phones.

This Job Aid will assist setting up the Outlook Application for use on iphones and Android phones. Purpose Outlook App Setup for iphones and Android Job Aid This Job Aid will assist setting up the Outlook Application for use on iphones and Android phones. Contents iphone Device Setup... 2 Account Setup...

More information

What is mynas? How can you access mynas? Do I need to register to mynas? 1 How to use mynas

What is mynas? How can you access mynas? Do I need to register to mynas? 1 How to use mynas How to use mynas What is mynas? mynas is an online system designed to provide the Member with access to view their policy details, submit a re-imbursement claim, send inquirers, search for providers and

More information

CBSE Revision Notes Class-11 Computer Science (New Syllabus) Unit 3: Data Management (DM-1) Database

CBSE Revision Notes Class-11 Computer Science (New Syllabus) Unit 3: Data Management (DM-1) Database CBSE Revision Notes Class-11 Computer Science (New Syllabus) Unit 3: Data Management (DM-1) Database Database: A Database is an organized collection of facts. In other words we can say that it is a collection

More information

Customer Care Portal User Guide

Customer Care Portal User Guide Customer Care Portal User Guide Table of Contents Logging In...3 Live Chat... 3 Viewing your Cases...4 Logging a Case for Customer Support...4 Projects...6 Knowledge Base....6 Content.....7 Forms...7 Event

More information

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES)

PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE » PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) PROVIDER WEBSITE SITE ADMINISTRATOR GUIDE» PATIENT INQUIRY» CLAIM CENTER» FIND A DOCTOR» CLAIMS EDITING SYSTEM (CES) 2018 WPS Health Plan, Inc. 1 All rights reserved. JO7048 28898-085-1801 ADMINISTRATIVE

More information

Chandni Soneji Kinjal Tada

Chandni Soneji Kinjal Tada 2012 Chandni Soneji Kinjal Tada ACKNOWLEDGEMENT This is HOTEL MANAGEMENT SYSTEM project based on new techniques and based on new idea. This is totally different and beneficial for other to easily use and

More information

Table of contents. Page number: 1/31. Nov 16, 2017 at 08:33 PM

Table of contents. Page number: 1/31. Nov 16, 2017 at 08:33 PM Table of contents 1 admin 2 agent 3 branch 4 city 5 cms 6 country 7 customer 8 domestic_price 9 drsheet 10 franchise 11 hub 12 mail_template 13 mainfest 14 messenger 15 news 16 parsel_info 17 partner 18

More information

EGCI 321: Database Systems. Dr. Tanasanee Phienthrakul

EGCI 321: Database Systems. Dr. Tanasanee Phienthrakul 1 EGCI 321: Database Systems Dr. Tanasanee Phienthrakul 2 Chapter 10 Data Definition Language (DDL) 3 Basic SQL SQL language Considered one of the major reasons for the commercial success of relational

More information

University of British Columbia Okanagan. COSC Project Design

University of British Columbia Okanagan. COSC Project Design University of British Columbia Okanagan COSC 304 - Project Design Names Removed Submitted: Dec 02, 2018 1 CONTENTS: 1. Introduction 2 1.1. Purpose.................................................... 2

More information

Unit 27 Web Server Scripting Extended Diploma in ICT

Unit 27 Web Server Scripting Extended Diploma in ICT Unit 27 Web Server Scripting Extended Diploma in ICT Dynamic Web pages Having created a few web pages with dynamic content (Browser information) we now need to create dynamic pages with information from

More information

ATLANTICARE HEALTH-E YOU PATIENT PORTAL

ATLANTICARE HEALTH-E YOU PATIENT PORTAL the WE RESPECT YOUR PRIVACY WE PROTECT YOUR PERSONAL INFORMATION is designed to help you be a more involved partner in your own healthcare. The portal makes it easy to contact your AtlantiCare team of

More information

NHSmail Migration Communications Plan Template

NHSmail Migration Communications Plan Template NHSmail Migration Communications Plan Template June 2018 Version 2 Copyright 2017Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status

Departmental Reports: Posted 48 Hours After the Report Reaches a Signed Status What is My Noyes HEALTH? My Noyes Health offers patients personalized and secure online access to portions of your Noyes HEALTH record. My Noyes HEALTH enables you to securely use the Internet to help

More information

2. Software Oracle 12c is installed on departmental server machines.

2. Software Oracle 12c is installed on departmental server machines. 1. Introduction This note describes how to access the Oracle database management system on the departmental computer systems. Basic information on the use of SQL*Plus is included. Section 8 tells you how

More information

How to Utilize the Provider Portal

How to Utilize the Provider Portal How to Utilize the Provider Portal TO REGISTER: please go to: www.memberbenefitsonline.com New Provider registration: Please click on the Sign Up. This is required for all new Users. This is a one time

More information

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

More information

Lecture 5. Monday, September 15, 2014

Lecture 5. Monday, September 15, 2014 Lecture 5 Monday, September 15, 2014 The MySQL Command So far, we ve learned some parts of the MySQL command: mysql [database] [-u username] p [-- local-infile]! Now let s go further 1 mysqldump mysqldump

More information

BBP Admin Participant Portal. Simplify your healthcare finances with convenient, online access to your tax-advantaged benefit account

BBP Admin Participant Portal. Simplify your healthcare finances with convenient, online access to your tax-advantaged benefit account BBP Admin Participant Portal Simplify your healthcare finances with convenient, online access to your tax-advantaged benefit account 1 BBP Admin Participant Portal Contents Getting started... 2 Registration...

More information

Greenway Patient Portal (MyHealthRecord.com)

Greenway Patient Portal (MyHealthRecord.com) Greenway Patient Portal (MyHealthRecord.com) In order to optimize your care, we have implemented a Patient Portal for our providers and patients. You must request an email invitation to the Portal from

More information

Sycle.net Implementation Guide SIGN UP: Sycle.net sign-up form

Sycle.net Implementation Guide SIGN UP: Sycle.net sign-up form Sycle.net Implementation Guide Sycle.net is designed to be easy to use. The following steps will guide you quickly and easily through the set-up process. SIGN UP: To locate the sign-up page, go to: www.sycle.net

More information

School of Computing and Information Technology. Examination Paper Autumn Session 2017

School of Computing and Information Technology. Examination Paper Autumn Session 2017 School of Computing and Information Technology CSIT115 Data Management and Security Wollongong Campus Student to complete: Family name Other names Student number Table number Examination Paper Autumn Session

More information

LOVD v. 2.0 structure and planned changes

LOVD v. 2.0 structure and planned changes LOVD v. 2.0 structure and planned changes Draft proposal 1.0; modified 2005-11-18. Draft proposal 1.1; modified 2006-06-29. Rewrite LOVD requires a rewrite, to make the code more flexible and readable

More information

Hospital Admissions... Page 17. Login Page...Page 3. My Family s Records.Page 18. Home... Page 4. Message Center. Pages 5-7

Hospital Admissions... Page 17. Login Page...Page 3. My Family s Records.Page 18. Home... Page 4. Message Center. Pages 5-7 1 Login Page....Page 3 Home.... Page 4 Message Center. Pages 5-7 Inbox...Page 5 Sent Messages.Page 5 Get Medical Advice...Page 6 Request Rx Refill.. Page 6 Ask Customer Service. Page 7 Appointments...

More information

Ramon s Organic Grain Fed Organ Emporium

Ramon s Organic Grain Fed Organ Emporium Ramon s Organic Grain Fed Organ Emporium Design Document University of British Columbia Okanagan COSC 304 - Fall 2016 Team Members: Nino Gonzales Julius Wu Emerson Kirby James Rogers Table of Contents

More information

Signing Up Online for a MyUHCare Personal Health Record from a PC or Laptop

Signing Up Online for a MyUHCare Personal Health Record from a PC or Laptop Signing Up Online for a MyUHCare Personal Health Record from a PC or Laptop You can sign up online for a MyUHCare Personal Health Record (PHR) using a PC or laptop by following the steps below. 1. Navigate

More information

SERVICES EXPORT PROMOTION COUNCIL

SERVICES EXPORT PROMOTION COUNCIL SERVICES EXPORT PROMOTION COUNCIL 3rd Floor, 6A/6, NCHF Building, Siri Fort Institutional Area, August Kranti Marg, New Delhi-110049. Phone: +91 11-41046327-28-29, +91 11-41734632 Email: dg@servicesepc.org

More information

Best Home Real Estate Entity-Relationship Data Modelling

Best Home Real Estate Entity-Relationship Data Modelling Best Home Real Estate Entity-Relationship Data Modelling 1 P a g e 1. Assumptions The following assumptions have been made while creating the ER Diagram from the Best Home Real estate Company: 1. In Future

More information

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 TABLE OF CONTENTS NO TOPICS PAGES 1 LOGIN 1-3 2 CHANGE PASSWORD 4 3 CREATE NEW REQUEST 5-7 4 VIEW REQUEST 8-9 5 LOGOUT 10 6 FORGOT

More information

Login Manager Windows Form Sample

Login Manager Windows Form Sample Login Manager Windows Form Sample Contents Introduction... 2 Login Management Framework... 2 Windows Form Application Sample... 2 Start Form... 2 Login Form... 6 UI... 6 User table... 6 Add Login Manager

More information

A Patient s Guide to the Portal

A Patient s Guide to the Portal A Patient s Guide to the Portal Version 2.0 1 P a g e Contents Health365... 3 What can I do with Health365?... 3 Sign In... 4 How to begin:... 4 Home Page... 6 Select patient and options... 6 Appointments...

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What is FollowMyHealth? FollowMyHealth offers you personalized and secure online access to important information in your electronic medical record. FollowMyHealth is available

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

Your mymeritain Personalized Member Website

Your mymeritain Personalized Member Website Your mymeritain Personalized Member Website 2008 Meritain Health, Inc. Last Updated 5.23.2008 Your mymeritain Member Website The mymeritain Member Website offers Members a user-friendly web experience,

More information

MyCare Frequently Asked Questions (FAQs)

MyCare Frequently Asked Questions (FAQs) MyCare Frequently Asked Questions (FAQs) MyCare FAQs Table of Contents: General Questions Enrolling in My Care MyCare Support Medical Information on MyCare My personal information Computer requirements

More information

Table of Contents. CPS Supplier Portal 05 - Self-Service "Admin"

Table of Contents. CPS Supplier Portal 05 - Self-Service Admin Table of Contents Introduction... 2 Prerequisites... 2 General... 3 Company Profile - Organization... 4 Contact Directory... 5 Create a New Contact... 6 Update a Contact... 8 Inactivate a Contact... 10

More information

How to use Novixus.com. Step by Step guide to using the new novixus.com website

How to use Novixus.com. Step by Step guide to using the new novixus.com website How to use Novixus.com Step by Step guide to using the new novixus.com website Requirements to use new site Browsers supported: How to Check your version 1. Internet Explorer 9 and higher 2. Chrome Version

More information

Patient Portal Users Guide

Patient Portal Users Guide e-mds Solution Series Patient Portal Users Guide Version 7.2 How to Use the Patient Portal CHARTING THE FUTURE OF HEALTHCARE e-mds 9900 Spectrum Drive. Austin, TX 78717 Phone 512.257.5200 Fax 512.335.4375

More information

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document...

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document... Chapter 2 SDS 1 TABLE OF CONTENTS 1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document....Page No 2. System Architectural

More information

Patient Portal Guide

Patient Portal Guide Patient Portal Guide Please navigate to www.coendo.com. In the upper right hand portion of the screen, you will notice a link to the patient portal: From there, you will be brought to the Portal login

More information

School of Computing and Information Technology Session: Spring CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018

School of Computing and Information Technology Session: Spring CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018 School of Computing and Information Technology Session: Spring 2018 University of Wollongong Lecturer: Janusz R. Getta CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018 THE QUESTIONS

More information

Project Overview and Scope

Project Overview and Scope Project Overview and Scope MISSION What problem does this project address? Historically, students tend to skip class. This system aids instructors in tracking the attendance of their students. It will

More information

Nexus EHR Patient Portal

Nexus EHR Patient Portal Nexus EHR Patient Portal How to Register on Nexus Patient Portal When doctor s office invites you to portal, you will receive an invitation email with temporary password. Please go through the steps below

More information

THE UNIVERSITY OF AUCKLAND

THE UNIVERSITY OF AUCKLAND VERSION 1 COMPSCI 280 THE UNIVERSITY OF AUCKLAND SECOND SEMESTER, 2015 Campus: City COMPUTER SCIENCE Enterprise Software Development (Time allowed: 40 minutes) NOTE: Enter your name and student ID into

More information

CS 327E Lecture 10. Shirley Cohen. February 29, 2016

CS 327E Lecture 10. Shirley Cohen. February 29, 2016 CS 327E Lecture 10 Shirley Cohen February 29, 2016 Agenda Announcements Readings for today Reading Quiz Concept Questions Homework for next time Announcements Midterm exams will be returned at the end

More information

Odoo: Addressed the issue where the stock total value would post as zero on the invoice screen.

Odoo: Addressed the issue where the stock total value would post as zero on the invoice screen. Bug Fix : 20 change(s) Stock item shows amount but post 0 GXMantis: 016797 172700 Addressed the issue where the stock total value would post as zero on the invoice screen. Hospital Case screen: Invoice

More information

Databases (MariaDB/MySQL) CS401, Fall 2015

Databases (MariaDB/MySQL) CS401, Fall 2015 Databases (MariaDB/MySQL) CS401, Fall 2015 Database Basics Relational Database Method of structuring data as tables associated to each other by shared attributes. Tables (kind of like a Java class) have

More information

MyMedicalLocker Patient User Guide. Contents

MyMedicalLocker Patient User Guide. Contents MyMedicalLocker Patient User Guide MyMedicalLocker Patient User Guide will explain the steps necessary to connect to your practice through the Internet. This technology provides increased patient access

More information

PATIENT PORTAL ACCESS

PATIENT PORTAL ACCESS PATIENT PORTAL ACCESS Thank you for choosing Clarinda Regional Health Center as your medical services provider. The mission at CRHC is to provide exceptional, individualized healthcare to each patient

More information

Patient Portal User Guide

Patient Portal User Guide Patient Portal User Guide Creating an Account: Table of Contents Creating a Patient Portal Account with a PIN.. 3 Creating a Patient Portal Account WITHOUT a PIN.. 6 Creating a Patient Portal for Your

More information

Transportation Support Portal User Guide

Transportation Support Portal User Guide Walmart.com s Transportation Team uses a ticketing-based email system. This user guide will provide tips and instructions on how to use the Portal. Getting to the TSP Internal Users External Users Table

More information

CHAPTER 21: SECURITY ADMINISTRATION

CHAPTER 21: SECURITY ADMINISTRATION CHAPTER 21: SECURITY ADMINISTRATION AVImark contains a security feature that allows the hospital administrator to control the use of the different capabilities of the system in a very flexible way. The

More information

New Password Reset for Dental Connect Provider

New Password Reset for Dental Connect Provider New Password Reset for Dental Connect Provider 1 INDEX Access Dental Connect for Providers:... 3 1. Username verification:... 4 1.1 user name not provided:... 5 1.2 Invalid user name:... 6 1.3 Invalid

More information

MyChart Patient Guide

MyChart Patient Guide MyChart Patient Guide Indiana University Health Arnett WELCOME TO MYCHART Take a few minutes to review this brief summary so you can quickly get to your MyChart information. If you have questions please

More information

UNIVERSITY OF PITTSBURGH DEPARTMENT OF COMPUTER SCIENCE

UNIVERSITY OF PITTSBURGH DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF PITTSBURGH DEPARTMENT OF COMPUTER SCIENCE CS 2310: MULTIMEDIA SOFTWARE ENGINEERING FINAL PROJECT REPORT BLOOD DONOR -WEB APPLICATION Instructor: Prof. S. K. Chang (chang@cs.pitt.edu) Student:

More information