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

getHospitalLocations() private method

private getHospitalLocations ( string target, string direction ) : TaggedHospitalLocationArray
target string
direction string
return gov.va.medora.mdws.dto.TaggedHospitalLocationArray
        public TaggedHospitalLocationArray getHospitalLocations(string target, string direction)
        {
            return (TaggedHospitalLocationArray)MySession.execute("EncounterLib", "getLocations", new object[] { target, direction });
        }
EmrSvc