Advertisement
yony258

Untitled

Dec 6th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <dwr>
  2. <allow>
  3. <create creator="new" javascript="DWRAppointmentService">
  4. <param name="class" value="org.openmrs.module.appointment.web.DWRAppointmentService" />
  5. <include method="getPatientDescription" />
  6. </create>
  7. <convert converter="bean" match="org.openmrs.module.appointment.web.PatientDescription"/>
  8. </allow>
  9.  
  10. <signatures>
  11. <![CDATA[
  12. import org.openmrs.module.appointment.web.DWRAppointmentService;
  13. DWRAppointmentService.getPatientDescription(Integer patientId);
  14. ]]>
  15. </signatures>
  16. </dwr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement