gov.va.medora.mdws.EmrSvc.getMedsAdminLog C# (CSharp) Method

getMedsAdminLog() private method

private getMedsAdminLog ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
return gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getMedsAdminLog(string fromDate, string toDate, int nrpts)
        {
            return (TaggedTextArray)MySession.execute("MedsLib", "getMedsAdminLog", new object[] { fromDate, toDate, nrpts });
        }
EmrSvc