gov.va.medora.mdws.PhrSvc.getSurgicalPathologyReports C# (CSharp) Method

getSurgicalPathologyReports() private method

private getSurgicalPathologyReports ( string fromDate, string toDate, int nrpts ) : TaggedSurgicalPathologyRptArrays
fromDate string
toDate string
nrpts int
return gov.va.medora.mdws.dto.TaggedSurgicalPathologyRptArrays
        public TaggedSurgicalPathologyRptArrays getSurgicalPathologyReports(string fromDate, string toDate, int nrpts)
        {
            return (TaggedSurgicalPathologyRptArrays)MySession.execute("LabsLib", "getSurgicalPathologyReports", new object[] { fromDate, toDate, nrpts });
        }