object ReadModel
- Alphabetic
- By Inheritance
- ReadModel
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createAnesthetist(anesthetist: Anesthetist): Unit
Create anesthetist in read model with event sourcing.
Create anesthetist in read model with event sourcing.
- anesthetist
, anesthetist to save.
-
def
createCardiologist(cardiologist: Cardiologist): Unit
Create cardiologist in read model with event sourcing.
Create cardiologist in read model with event sourcing.
- cardiologist
, cardiologist to save.
-
def
createGeneralPractitioner(generalPractitioner: GeneralPractitioner): Unit
Create general practitioner in read model with event sourcing.
Create general practitioner in read model with event sourcing.
- generalPractitioner
, general practitioner to save.
-
def
createInstrumentalist(instrumentalist: Instrumentalist): Unit
Create instrumentalist in read model with event sourcing.
Create instrumentalist in read model with event sourcing.
- instrumentalist
, instrumentalist to save.
-
def
createRescuer(rescuer: Rescuer): Unit
Create rescuer in read model with event sourcing.
Create rescuer in read model with event sourcing.
- rescuer
, rescuer to save.
-
def
createSurgeon(surgeon: Surgeon): Unit
Create surgeon in read model with event sourcing.
Create surgeon in read model with event sourcing.
- surgeon
, surgeon to save.
-
def
createWardNurse(wardNurse: WardNurse): Unit
Create ward nurse in read model with event sourcing.
Create ward nurse in read model with event sourcing.
- wardNurse
, ward nurse to save.
- val database: MongoDatabase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getAllergy: Set[AllergyClass]
Get all allergy in system.
Get all allergy in system.
- returns
all allergy.
-
def
getBloodType: Set[BloodType]
Get all blood type in system.
Get all blood type in system.
- returns
all blood type.
-
def
getChestPainType: Set[ChestPainType]
Get all chest pain types in system.
Get all chest pain types in system.
- returns
all chest pain types.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getGender: Set[Gender]
Get all gender in system.
Get all gender in system.
- returns
all gender.
-
def
getKinshipDegree: Set[KinshipDegree]
Get all kinship degree in system.
Get all kinship degree in system.
- returns
all kinship degree.
-
def
getRestingECG: Set[RestingElectrocardiographic]
Get all resting electrocardiographic values in system.
Get all resting electrocardiographic values in system.
- returns
all resting electrocardiographic values.
-
def
getRh: Set[Rh]
Get all rh in system.
Get all rh in system.
- returns
all rh.
-
def
getRole: Set[Role]
Get all role in system.
Get all role in system.
- returns
all role.
-
def
getSlopeST: Set[SlopeST]
Get all slope ST values in system.
Get all slope ST values in system.
- returns
all slope ST values.
-
def
getSpecialization: Set[Specialization]
Get all specialization in system.
Get all specialization in system.
- returns
all specialization.
-
def
getThal: Set[Thal]
Get all defect types in system.
Get all defect types in system.
- returns
all defect types.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
initialize(): Unit
Method to initialize read model.
-
def
insertCardiologyPrediction(doctorID: DoctorID, cardiologyPrediction: CardiologyPrediction): Unit
Insert cardiology prediction in read model with event sourcing.
Insert cardiology prediction in read model with event sourcing.
- doctorID
, id of the doctor.
- cardiologyPrediction
, cardiology prediction to add.
-
def
insertCardiologyVisit(patientID: PatientID, cardiologyVisit: CardiologyVisit): Unit
Insert cardiology visit in read model with event sourcing.
Insert cardiology visit in read model with event sourcing.
- patientID
, id of the patient.
- cardiologyVisit
, cardiology visit to add.
-
def
insertGeneralInfo(patientID: PatientID, generalInfo: GeneralInfo): Unit
Insert general info in read model with event sourcing.
Insert general info in read model with event sourcing.
- patientID
, id of the patient.
- generalInfo
, general info to add.
-
def
insertGeneralPractitionerInfo(patientID: PatientID, generalPractitionerInfo: GeneralPractitionerInfo): Unit
Insert general practitioner info in read model with event sourcing.
Insert general practitioner info in read model with event sourcing.
- patientID
, id of the patient.
- generalPractitionerInfo
, general practitioner info to add.
-
def
insertMedicalRecord(patientID: PatientID, medicalRecord: MedicalRecord): Unit
Insert medical record in read model with event sourcing.
Insert medical record in read model with event sourcing.
- patientID
, id of the patient.
- medicalRecord
, medical record to add.
-
def
insertPatient(patient: Patient): Unit
Insert patient in read model with event sourcing.
Insert patient in read model with event sourcing.
- patient
, patient to save.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateAnesthetist(anesthetist: Anesthetist): Unit
Update anesthetist in read model with event sourcing.
Update anesthetist in read model with event sourcing.
- anesthetist
, anesthetist to save.
-
def
updateCardiologist(cardiologist: Cardiologist): Unit
Update cardiologist in read model with event sourcing.
Update cardiologist in read model with event sourcing.
- cardiologist
, cardiologist to save.
-
def
updateCardiologyPrediction(doctorID: DoctorID): Unit
Update cardiology prediction in read model with event sourcing.
Update cardiology prediction in read model with event sourcing.
- doctorID
, id of the doctor.
-
def
updateCardiologyVisit(patientID: PatientID, cardiologyVisit: CardiologyVisit): Unit
Update cardiology visit in read model with event sourcing.
Update cardiology visit in read model with event sourcing.
- patientID
, id of the patient.
- cardiologyVisit
, cardiology visit to add.
-
def
updateGeneralInfo(patientID: PatientID, generalInfo: GeneralInfo): Unit
Update general info in read model with event sourcing.
Update general info in read model with event sourcing.
- patientID
, id of the patient.
- generalInfo
, general info to add.
-
def
updateGeneralPractitioner(generalPractitioner: GeneralPractitioner): Unit
Update general practitioner in read model with event sourcing.
Update general practitioner in read model with event sourcing.
- generalPractitioner
, general practitioner to save.
-
def
updateGeneralPractitionerInfo(patientID: PatientID, generalPractitionerInfo: GeneralPractitionerInfo): Unit
Update general practitioner info in read model with event sourcing.
Update general practitioner info in read model with event sourcing.
- patientID
, id of the patient.
- generalPractitionerInfo
, general practitioner info to add.
-
def
updateInstrumentalist(instrumentalist: Instrumentalist): Unit
Update instrumentalist in read model with event sourcing.
Update instrumentalist in read model with event sourcing.
- instrumentalist
, instrumentalist to save.
-
def
updateMedicalRecord(patientID: PatientID, medicalRecord: MedicalRecord): Unit
Update medical record in read model with event sourcing.
Update medical record in read model with event sourcing.
- patientID
, id of the patient.
- medicalRecord
, medical record to add.
-
def
updatePatientInfo(patient: Patient): Unit
Update patient in read model with event sourcing.
Update patient in read model with event sourcing.
- patient
, patient to save.
-
def
updateRescuer(rescuer: Rescuer): Unit
Update rescuer in read model with event sourcing.
Update rescuer in read model with event sourcing.
- rescuer
, rescuer to save.
-
def
updateSurgeon(surgeon: Surgeon): Unit
Update surgeon in read model with event sourcing.
Update surgeon in read model with event sourcing.
- surgeon
, surgeon to save.
-
def
updateWardNurse(wardNurse: WardNurse): Unit
update ward nurse in read model with event sourcing.
update ward nurse in read model with event sourcing.
- wardNurse
, ward nurse to save.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated