gov.va.medora.mdws.EmrSvc.getAdvanceDirectives C# (CSharp) Method

getAdvanceDirectives() private method

private getAdvanceDirectives ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
return 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