gov.va.medora.mdws.EmrSvc.getOutpatientRxProfile C# (CSharp) 메소드

getOutpatientRxProfile() 개인적인 메소드

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