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

getOtherMeds() private méthode

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