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

getOtherMeds() private method

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