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

getOutpatientRxProfile() private method

private getOutpatientRxProfile ( ) : TaggedTextArray
return gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getOutpatientRxProfile()
        {
            return (TaggedTextArray)MySession.execute("MedsLib", "getOutpatientRxProfile", new object[] { });
        }
EmrSvc