public class PatientModel
extends java.lang.Object
Constructor and Description |
---|
PatientModel()
The Contrsuctor of this class
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Code> |
getCodesData()
get the Codes data list which is used in this dialog
|
javafx.scene.Scene |
getContent()
Get the Content of the GUI
|
Patient |
getModel()
Returns the Data model
|
void |
setContent(javafx.scene.Scene content)
saves the Content of the GUI
|
void |
setModel(Patient model)
Saves the received data model
|
public Patient getModel()
public void setModel(Patient model)
model
- public javafx.collections.ObservableList<Code> getCodesData()
public javafx.scene.Scene getContent()
content
- public void setContent(javafx.scene.Scene content)