|
39 | 39 | android:ems="10" |
40 | 40 | android:fontFamily="sans-serif-light" |
41 | 41 | android:hint="@string/ClaimAdmin" |
42 | | - android:maxLength="8"></EditText> |
43 | | - |
44 | | - <EditText |
45 | | - android:id="@+id/etClaimCode" |
46 | | - android:layout_width="match_parent" |
47 | | - android:layout_height="wrap_content" |
48 | | - android:ems="10" |
49 | | - android:fontFamily="sans-serif-light" |
50 | | - android:hint="@string/ClaimCode" |
51 | | - android:maxLength="8"> |
52 | | - |
53 | | - <requestFocus /> |
54 | | - </EditText> |
55 | | - |
56 | | - <EditText |
57 | | - android:id="@+id/etGuaranteeNo" |
58 | | - android:layout_width="match_parent" |
59 | | - android:layout_height="wrap_content" |
60 | | - android:ems="10" |
61 | | - android:fontFamily="sans-serif-light" |
62 | | - android:hint="@string/GuaranteeNo" |
63 | | - |
64 | | - android:maxLength="8"></EditText> |
| 42 | + android:maxLength="8"/> |
65 | 43 |
|
66 | 44 | <LinearLayout |
67 | 45 | android:layout_width="match_parent" |
|
77 | 55 | android:fontFamily="sans-serif-light" |
78 | 56 | android:hint="@string/CHFID" |
79 | 57 | android:inputType="number" |
80 | | - android:maxLength="12"></EditText> |
| 58 | + android:maxLength="12"/> |
81 | 59 |
|
82 | 60 | <ImageButton |
83 | 61 | android:id="@+id/btnScan" |
|
90 | 68 |
|
91 | 69 | </LinearLayout> |
92 | 70 |
|
| 71 | + <EditText |
| 72 | + android:id="@+id/etClaimCode" |
| 73 | + android:layout_width="match_parent" |
| 74 | + android:layout_height="wrap_content" |
| 75 | + android:ems="10" |
| 76 | + android:fontFamily="sans-serif-light" |
| 77 | + android:hint="@string/ClaimCode" |
| 78 | + android:maxLength="8"> |
| 79 | + <requestFocus /> |
| 80 | + </EditText> |
| 81 | + |
| 82 | + <EditText |
| 83 | + android:id="@+id/etGuaranteeNo" |
| 84 | + android:layout_width="match_parent" |
| 85 | + android:layout_height="wrap_content" |
| 86 | + android:ems="10" |
| 87 | + android:fontFamily="sans-serif-light" |
| 88 | + android:hint="@string/GuaranteeNo" |
| 89 | + android:maxLength="8"/> |
| 90 | + |
93 | 91 | <LinearLayout |
94 | 92 | android:layout_width="match_parent" |
95 | 93 | android:layout_height="wrap_content" |
|
184 | 182 |
|
185 | 183 | </LinearLayout> |
186 | 184 |
|
| 185 | + <TextView |
| 186 | + android:layout_width="wrap_content" |
| 187 | + android:layout_height="wrap_content" |
| 188 | + android:layout_marginTop="10dp" |
| 189 | + android:text="@string/VisitType"/> |
| 190 | + |
187 | 191 | <RadioGroup |
188 | 192 | android:id="@+id/rgVisitType" |
189 | 193 | android:layout_width="wrap_content" |
|
201 | 205 | android:layout_width="wrap_content" |
202 | 206 | android:layout_height="wrap_content" |
203 | 207 | android:tag="R" |
204 | | - android:text="@string/Referral" /> |
| 208 | + android:text="@string/Reference" /> |
205 | 209 |
|
206 | 210 | <RadioButton |
207 | 211 | android:id="@+id/rbOther" |
|
233 | 237 | android:id="@+id/etPreAuthorization" |
234 | 238 | android:layout_width="wrap_content" |
235 | 239 | android:layout_height="wrap_content" |
| 240 | + android:layout_marginTop="10dp" |
236 | 241 | android:text="@string/preAuthorization"/> |
237 | 242 |
|
238 | 243 | <TextView |
239 | 244 | android:layout_width="wrap_content" |
240 | 245 | android:layout_height="wrap_content" |
| 246 | + android:layout_marginTop="10dp" |
241 | 247 | android:text="@string/PatientCondition"/> |
242 | 248 | <RadioGroup |
243 | 249 | android:id="@+id/rgPatientCondition" |
|
0 commit comments