Modifying the AddObservation and NewAllergyDetails section rules
With the new Application perspective setting in 8.3, based on your selection of payer or provider, the appropriate changes are made in the user interface of your application. However, if you customized the AddObservation and NewAllergyDetails section rules in your implementation layer, you need to complete these steps. Otherwise, the lists do not display the patient or member items correctly.
- In the header of Dev Studio, search for and select one of the following section
rules:
- AddObservation
- NewAllergyDetails
- Based on the availability of the rule in the unlocked ruleset, click either Check out or Save as.
- On the Design tab, double-click the value in the
Source field to display the Cell
Properties dialog box. Based on the rule, complete the steps in
the following table.
Rule Steps AddObservation - In the List Source section, in the Type list, click Report definition.
- In the Applies to field, enter and select Rule-Obj-FieldValue.
- In the Report definition field, enter and select GetFieldsvalues.
- Perform the task in step 4.
NewAllergyDetails - In the List Source section, in the Type list, click Data page.
- In the Data page field, enter and select D_fetchFieldValues.
- Perform the task in step 4.
- For both section rules, follow these steps:
- In the fieldName field, enter and select Source.
- In the Class name field, enter and select PegaHC-Data.
- In the Property for value field, enter and select .pyFieldValue from the list.
- In the Property for display text field, enter and select .pyFieldValue from the list.
- Click Submit.
- Repeat the steps in this procedure if you have created other section rules that list member or patient items.
Previous topic Adding a script file to the harness of customized rules Next topic Replacing Document mode with Document case conference mode