gov.va.medora.mdws.EmrSvc.getDemographics C# (CSharp) Méthode

getDemographics() private méthode

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