Class Utils.Phonetic [ Abstract ] { ClassMethod ToSoundex(String As %String) As %String [ Language = mvbasic ] { Return Soundex(String) } }