Uses of Package
org.domain.rhims.entity

Packages that use org.domain.rhims.entity
org.domain.rhims.dao   
org.domain.rhims.entity   
org.domain.rhims.manager   
 

Classes in org.domain.rhims.entity used by org.domain.rhims.dao
Administrator
          The Administrator class is used to represent an Administrator user of the application.
MedicalDataValue
          The MedicalDataValue class is used to represent a single medical data value recorded from a patient.
Patient
          The Patient class is used to represent a patient that is monitored by the application.
User
          The User class is the base class used to represent users of the application, such as doctors, nurses, patients, administrators, etc.
 

Classes in org.domain.rhims.entity used by org.domain.rhims.entity
User
          The User class is the base class used to represent users of the application, such as doctors, nurses, patients, administrators, etc.
 

Classes in org.domain.rhims.entity used by org.domain.rhims.manager
MedicalDataValue
          The MedicalDataValue class is used to represent a single medical data value recorded from a patient.
User
          The User class is the base class used to represent users of the application, such as doctors, nurses, patients, administrators, etc.