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

getMedicationDetail() private method

private getMedicationDetail ( string siteId, string medId ) : TextTO
siteId string
medId string
return gov.va.medora.mdws.dto.TextTO
        public TextTO getMedicationDetail(string siteId, string medId)
        {
            return (TextTO)MySession.execute("MedsLib", "getMedicationDetail", new object[] { siteId, medId });
        }
EmrSvc