Add the BoardCertified field to the Address Book user
interface
In this step, you modify the ClaimCenter Address Book screen so you can see the
medical specialty field with the Doctor subtype.
Before you begin
About this task
Update the input sets used by the detail view.
Procedure
- Navigate in the Project window to and double-click display.properties to open this file in the editor.
-
Press Ctrl+F and search for the following entry in the file:
Web.ContactDetail.Doctor.MedicalLicense -
Add a line under that entry, and then enter the following key and value:
Web.ContactDetail.Doctor.BoardCertified = Board Certified
- In the Project window, navigate to . Then double-click AddressBookDoctorAdditionalnfoInputSet.Doctor to open it in the editor.
-
Select the
InputwidgetMedical Specialtyand copy it, and then paste the copy below this widget. - Right-click the new field and choose Change element type.
- Click Boolean Radio Button Input in the drop-down list.
-
Click the new
BooleanRadioInputwidget and set the following properties:editable true id DoctorBoardCertified label displaykey.Web.ContactDetail.Doctor.BoardCertified required false value (personVendor as Doctor).BoardCertified_Ext
What to do next
Add the BoardCertified field to the claim contacts user interface
