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

getWards() private method

private getWards ( ) : TaggedHospitalLocationArray
return TaggedHospitalLocationArray
        public TaggedHospitalLocationArray getWards()
        {
            return (TaggedHospitalLocationArray)MySession.execute("EncounterLib", "getWards", new object[] { });
        }
EmrSvc