Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4380

Show
Ignore:
Timestamp:
05/27/08 14:21:05 (8 months ago)
Author:
vanand
Message:

patientMatching:changed line 138 from - pss.getAllPatients().getPersonIds(null);
to pss.getAllPatients().getMemberIds();

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/patientmatching/src/org/openmrs/module/patientmatching/PatientMatchingActivator.java

    r3882 r4380  
    136136                PatientSetService pss = Context.getPatientSetService(); 
    137137                PatientService patientService = Context.getPatientService(); 
    138                 Set<Integer> patient_list = pss.getAllPatients().getPersonIds(null); 
     138                Set<Integer> patient_list = pss.getAllPatients().getMemberIds(); 
    139139                Iterator<Integer> it = patient_list.iterator(); 
    140140                while(it.hasNext()){