c

server.routes

EnumerationRoutes

class EnumerationRoutes extends AnyRef

This class contains the implementation of all the routes in order to get enumerations in the db.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumerationRoutes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumerationRoutes(enumerationController: ActorRef[CQRSAction])(implicit system: ActorSystem[_])

    enumerationController

    the enumeration controller

    system

    represent the actor system

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. val enumerationRoutes: Route
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def getAllergies: Future[Set[AllergyClass]]

    Method to get alle the allergies class.

    Method to get alle the allergies class.

    returns

    a set of allergy class.

  10. def getBloodTypes: Future[Set[BloodType]]

    Method to get all the blood types.

    Method to get all the blood types.

    returns

    a set of blood type.

  11. def getChestPainType: Future[Set[ChestPainType]]

    Method to get all the chest pain types.

    Method to get all the chest pain types.

    returns

    a set of chest pain type.

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getGenders: Future[Set[Gender]]

    Method to get all the genders.

    Method to get all the genders.

    returns

    a set of genders.

  14. def getKinshipDegrees: Future[Set[KinshipDegree]]

    Method to get all the kinship degrees.

    Method to get all the kinship degrees.

    returns

    a set of kinship degree.

  15. def getRestingECG: Future[Set[RestingElectrocardiographic]]

    Method to get all the resting electrocardiographic.

    Method to get all the resting electrocardiographic.

    returns

    a set of resting electrocardiographic.

  16. def getRh: Future[Set[Rh]]

    Method to get all the rh.

    Method to get all the rh.

    returns

    a set of rh.

  17. def getRoles: Future[Set[Role]]

    Method to get all the roles.

    Method to get all the roles.

    returns

    a set of roles.

  18. def getSlopeST: Future[Set[SlopeST]]

    Method to get all the slope ST.

    Method to get all the slope ST.

    returns

    a set of slope ST.

  19. def getSpecializations: Future[Set[Specialization]]

    Method to get all the specializations.

    Method to get all the specializations.

    returns

    a set of specialization.

  20. def getThal: Future[Set[Thal]]

    Method to get all the thals.

    Method to get all the thals.

    returns

    a set of thal.

  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. implicit val system: ActorSystem[_]
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped