gov.va.medora.mdws.EmrSvc.getOutpatientRxProfile C# (CSharp) Méthode

getOutpatientRxProfile() private méthode

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