NINS_CODE/bahmniapps/appointments/views/manage/patientSearch.html

2 lines
382 B
HTML
Raw Permalink Normal View History

2024-12-12 22:37:39 +06:00
<input type="text" id="patientID" min-length="3" bahmni-autocomplete ng-model="patient" source="search" response-map="responseMap" on-select="onSelectPatient" strict-select="true" ng-class="{'illegalValue': isInvalid}" placeholder="{{'PLACEHOLDER_APPOINTMENT_CREATE_SEARCH_PATIENT' | translate }}" non-blank required/>
<i class="fa fa-search search-icon-app" aria-hidden="true"></i>