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

getWards() 개인적인 메소드

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