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

getNoteTitles() 개인적인 메소드

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