Class Room

    • Constructor Detail

      • Room

        public Room()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)
      • getCapacity

        public int getCapacity()
      • setCapacity

        public void setCapacity​(int capacity)
      • setGenderLimitation

        public void setGenderLimitation​(GenderLimitation genderLimitation)
      • setRoomSpecialismList

        public void setRoomSpecialismList​(List<RoomSpecialism> roomSpecialismList)
      • setRoomEquipmentList

        public void setRoomEquipmentList​(List<RoomEquipment> roomEquipmentList)
      • getBedList

        public List<Bed> getBedList()
      • setBedList

        public void setBedList​(List<Bed> bedList)
      • countHardDisallowedAdmissionPart

        public int countHardDisallowedAdmissionPart​(AdmissionPart admissionPart)
      • countMissingRequiredRoomProperties

        public int countMissingRequiredRoomProperties​(Patient patient)
      • countDisallowedPatientGender

        public int countDisallowedPatientGender​(Patient patient)
      • countSoftDisallowedAdmissionPart

        public int countSoftDisallowedAdmissionPart​(AdmissionPart admissionPart)
      • countMissingPreferredRoomProperties

        public int countMissingPreferredRoomProperties​(Patient patient)
      • getLabel

        public String getLabel()