HospitalStats

All the extractors of statistics about hospital.

class Object
trait Matchable
class Any

Type members

Classlikes

case class HospitalFreeSeats(name: String) extends DataExtractor[Int]

The implementation of the Hospital Free Seats statistic.

The implementation of the Hospital Free Seats statistic.

Value parameters:
name

the name of this data extractor.

case class HospitalPressure(name: String) extends DataExtractor[Double]

The implementation of the Hospital pressure statistic.

The implementation of the Hospital pressure statistic.

Value parameters:
name

the name of this data extractor.

case class Hospitalized(name: String) extends DataExtractor[Int]

The implementation of the Hospitalized statistic.

The implementation of the Hospitalized statistic.

Value parameters:
name

the name of this data extractor.

case class HospitalsCapacity(name: String) extends DataExtractor[Int]

The implementation of the Hospital Capacity statistic.

The implementation of the Hospital Capacity statistic.

Value parameters:
name

the name of this data extractor.