| Package | Description | 
|---|---|
| org.openmrs.web.controller.patient | 
| Modifier and Type | Method and Description | 
|---|---|
ShortPatientModel | 
ShortPatientFormController.getPatientModel(java.lang.Integer patientId,
               org.springframework.ui.ModelMap model,
               org.springframework.web.context.request.WebRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
ShortPatientFormController.saveShortPatient(org.springframework.web.context.request.WebRequest request,
                PersonName personNameCache,
                PersonAddress personAddressCache,
                java.util.Map<java.lang.String,Relationship> relationshipsMap,
                ShortPatientModel patientModel,
                org.springframework.validation.BindingResult result)
Handles the form submission by validating the form fields and saving it to the DB 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.