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

getAppointmentText() private method

private getAppointmentText ( string siteId, string apptId ) : TextTO
siteId string
apptId string
return gov.va.medora.mdws.dto.TextTO
        public TextTO getAppointmentText(string siteId, string apptId)
        {
            return (TextTO)MySession.execute("EncounterLib", "getAppointmentText", new object[] { siteId, apptId });
        }
EmrSvc