gov.va.medora.mdws.CallService.getNoteTitles C# (CSharp) Method

getNoteTitles() private method

private getNoteTitles ( string target, string direction ) : TaggedTextArray
target string
direction string
return gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getNoteTitles(string target, string direction)
        {
            return (TaggedTextArray)MySession.execute("NoteLib", "getNoteTitles", new object[] { target, direction });
        }