getDemographics() public method

public getDemographics ( ) : PatientTO
return gov.va.medora.mdws.dto.PatientTO
コード例 #1
0
ファイル: PhrSvc.cs プロジェクト: govtmirror/RAPTOR-1
        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();
 }