Ejemplo n.º 1
0
        public List <PatientRegimenLookup> GetPatientRegimenList(int patientId)
        {
            LookupPatientRegimenMapRepository lookupPatientRegimen = new LookupPatientRegimenMapRepository();

            return(lookupPatientRegimen.GetPatientRegimenList(patientId));
        }
Ejemplo n.º 2
0
        public PatientRegimenLookup GetCurentPatientRegimen(int patientId)
        {
            LookupPatientRegimenMapRepository lookupPatientRegimen = new LookupPatientRegimenMapRepository();

            return(lookupPatientRegimen.GetPatientCurrentRegimen(patientId));
        }