gov.va.medora.mdws.CallService.getLocations C# (CSharp) Méthode

getLocations() private méthode

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