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

getAdvanceDirectives() 개인적인 메소드

private getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
리턴 gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getAdvanceDirectives(string fromDate, string toDate, int nrpts)
        {
            return (TaggedTextArray)MySession.execute("NoteLib", "getAdvanceDirectives", new object[] { fromDate, toDate, nrpts });
        }
EmrSvc