object EventStore
Store of event for event sourcing.
- Alphabetic
- By Inheritance
- EventStore
- 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
-
def
addEvent(event: Event): Unit
Add event at event store.
Add event at event store.
- event
, event to add.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val eventsCollection: MongoCollection[BsonDocument]
-
def
getAllCardiologyVisitsForDoctorEvents(doctorID: DoctorID): Set[Event]
Get all cardiology visits for a doctor.
Get all cardiology visits for a doctor.
- doctorID
, doctor ID.
- returns
all cardiology visits for a doctor.
-
def
getAllGeneralPractitionerInfoForDoctorEvents(doctorID: DoctorID): Set[Event]
Get all general practitioner info for a doctor.
Get all general practitioner info for a doctor.
- doctorID
, doctor ID.
- returns
all general practitioner info for a doctor.
-
def
getAllInsertPatientEvents: Set[PatientID]
Get all patient from events.
Get all patient from events.
- returns
all patient saved.
-
def
getAllMedicalRecordsForDoctorEvents(doctorID: DoctorID): Set[Event]
Get all medical record for a doctor.
Get all medical record for a doctor.
- doctorID
, doctor ID.
- returns
all medical records for a doctor.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getEvents(id: ID): Seq[Event]
Get events from selected id.
Get events from selected id.
- id
, id for filter events.
- returns
set of events
-
def
getNewPredictionsEvents(doctorID: DoctorID): Seq[Event]
Get all new predictions for a doctor.
Get all new predictions for a doctor.
- doctorID
, doctor ID.
- returns
all new predictions for a doctor.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
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