Index
All Classes|All Packages
S
- Section - Class in edu.ntnu.idata1002.prosjekt2021.model
-
Represents a section.
- Section(String) - Constructor for class edu.ntnu.idata1002.prosjekt2021.model.Section
-
Creates a instance of Section.
- SectionList - Class in edu.ntnu.idata1002.prosjekt2021.model
-
Represents a list over sections.
- SectionList() - Constructor for class edu.ntnu.idata1002.prosjekt2021.model.SectionList
-
Creates a new instance of sectionlist.
- setAdditionalInformation(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets additional information about the patient.
- setAddress(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets new address to the patient.
- setCarePlan(Patient) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.CarePlanController
-
Retrieves the patient from the previous scene and sets up the careplan lists ready for being displayed.
- setDescription(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.TodoTask
-
Sets the description of the todotask.
- setDiagnosis(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets this patients current diagnosis.
- setDoCpr(boolean) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets whether the patient wishes to be saved or not.
- setEmergencyContact(Contact) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets this patients emergency contact.
- setFullName(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Contact
-
Sets this contact persons full name.
- setGeneralPractitioner(Contact) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets this patients general practitioner.
- setPatientInfoScene(Patient) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientInfoController
-
Sets information about the patient in labels and text area to be displayed for the user.
- setPatientLabel(String) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.CarePlanController
-
Sets the patient name in the patient label.
- setPhonenumber(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Contact
-
Sets this contact persons phonenumber.
- setPhonenumber(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets new telephone number to the patient.
- setPicture(Image) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets the picture of this patient.
- setPostalCode(ArrayList<Integer>) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Section
-
Sets a list of new postcodes to a section.
- setSectionName(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Section
-
Sets new section name.
- setStage(Stage) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientInfoController
-
Sets the stage.
- setSummary(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.Patient
-
Sets the short summary about the extent of care the patient needs.
- setTimeOfDay(String) - Method in class edu.ntnu.idata1002.prosjekt2021.model.TodoTask
-
Sets the time of day when this todotask should be done.
- setUserLabel(String) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.CarePlanController
-
Sets the users name in a label to display.
- setUserLabel(String) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientPageController
-
Gets the users full name and adds it to a label.
- setUserPic(Image) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.CarePlanController
-
Formats the users profile picture.
- setUserPicture(Image) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientPageController
-
Gets the users profile picture and molds it into a circle.
- setUsersName(String) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientInfoController
-
Sets the users full name.
- setUsersPicture(Image) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.PatientInfoController
-
Sets the profile picture of this user.
- start(Stage) - Method in class edu.ntnu.idata1002.prosjekt2021.ui.Main
All Classes|All Packages