class GeneralPractitionerCRUD extends AnyRef
This class represent the implementation of CRUD (Create, Read, Update, Delete) for general practitioner.
- Alphabetic
- By Inheritance
- GeneralPractitionerCRUD
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new GeneralPractitionerCRUD()
Value Members
-
def
insertGeneralPractitionerInfo(generalpractitionerinfo: GeneralPractitionerInfo): String
This method is used to insert a new general practitioner info in the database.
This method is used to insert a new general practitioner info in the database.
- generalpractitionerinfo
general practitioner info to insert
- returns
string representing the result
-
def
updateGeneralPractitionerInfo(patientID: PatientID, generalpractitionerinfo: GeneralPractitionerInfo): String
This method is used to update an existing general practitioner info in the database.
This method is used to update an existing general practitioner info in the database.
- patientID
patient's id
- generalpractitionerinfo
medical practitioner info updated
- returns
string representing the result
-
def
updatePredictions(doctorID: DoctorID): String
This method is used to update an existing predictions in the database.
This method is used to update an existing predictions in the database.
- doctorID
doctor's id
- returns
string representing the result