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

getDemographics() 개인적인 메소드

private getDemographics ( ) : PatientTO
리턴 gov.va.medora.mdws.dto.PatientTO
        public PatientTO getDemographics()
        {
            PatientLib lib = new PatientLib(MySession);
            return lib.getDemographics();
        }
EmrSvc