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

getAppointmentText() 개인적인 메소드

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