Beispiel #1
0
        public List <PatientRegimenLookup> GetPatientRegimenList(int patientId)
        {
            LookupPatientRegimenMapRepository lookupPatientRegimen = new LookupPatientRegimenMapRepository();

            return(lookupPatientRegimen.GetPatientRegimenList(patientId));
        }
Beispiel #2
0
        public PatientRegimenLookup GetCurentPatientRegimen(int patientId)
        {
            LookupPatientRegimenMapRepository lookupPatientRegimen = new LookupPatientRegimenMapRepository();

            return(lookupPatientRegimen.GetPatientCurrentRegimen(patientId));
        }