Uses of Package
org.domain.rhims.entity

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

Classes in org.domain.rhims.entity used by org.domain.rhims.backing
Clinician
          The Clinician class is used to represent a doctor, nurse, etc.
Patient
          The Patient class is used to represent a patient that is monitored by the application.
Pulse
          The Pulse class extends the base MedicalDataValue class to support pulse data.
 

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.
CaseFile
           
Clinician
          The Clinician class is used to represent a doctor, nurse, etc.
DataGuideline
          The DataGuideline class is an abstract base class that is used for representing guidelines for different types of medical data.
Patient
          The Patient class is used to represent a patient that is monitored by the application.
Pulse
          The Pulse class extends the base MedicalDataValue class to support pulse data.
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
CaseFile
           
Clinician
          The Clinician class is used to represent a doctor, nurse, etc.
DataGuideline
          The DataGuideline class is an abstract base class that is used for representing guidelines for different types of medical data.
Gender
           
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.manager
CaseFile
           
Clinician
          The Clinician class is used to represent a doctor, nurse, etc.
DataGuideline
          The DataGuideline class is an abstract base class that is used for representing guidelines for different types of medical data.
Gender
           
Patient
          The Patient class is used to represent a patient that is monitored by the application.
Pulse
          The Pulse class extends the base MedicalDataValue class to support pulse data.