getDemographics() 공개 메소드

public getDemographics ( ) : PatientTO
리턴 gov.va.medora.mdws.dto.PatientTO
예제 #1
0
        public PatientTO getDemographics()
        {
            PatientLib lib = new PatientLib(MySession);

            return(lib.getDemographics());
        }
예제 #2
0
파일: EmrSvc.cs 프로젝트: OSEHRA/mdws
 public PatientTO getDemographics()
 {
     PatientLib lib = new PatientLib(MySession);
     return lib.getDemographics();
 }