getDemographics() public method

public getDemographics ( ) : PatientTO
return gov.va.medora.mdws.dto.PatientTO
Ejemplo n.º 1
0
        public PatientTO getDemographics()
        {
            PatientLib lib = new PatientLib(MySession);

            return(lib.getDemographics());
        }
Ejemplo n.º 2
0
 public PatientTO getDemographics()
 {
     PatientLib lib = new PatientLib(MySession);
     return lib.getDemographics();
 }