getDemographics() public méthode

public getDemographics ( ) : PatientTO
Résultat gov.va.medora.mdws.dto.PatientTO
Exemple #1
0
        public PatientTO getDemographics()
        {
            PatientLib lib = new PatientLib(MySession);

            return(lib.getDemographics());
        }
Exemple #2
0
 public PatientTO getDemographics()
 {
     PatientLib lib = new PatientLib(MySession);
     return lib.getDemographics();
 }