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

getDemographics() private method

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