cancel
Showing results for 
Search instead for 
Did you mean: 

OB 15 EPICFOSCONFIG.XML - Filter Element

Alice_Mitchell
Champ in-the-making
Champ in-the-making

With OB15, I am  attempting to utilize the Filter Element in the EPICFOSCONFIG as if it were an "IF" statement.  (If the Location = "Hyland Hospital" make the "Facility ID" =1234.) - and for that "1234" to stamp the document with the merge configuration built in the OB configuration module.  All values are stamping the document EXCEPT the Facility ID of 1234.  Any insight or updates that you can provide will be most appreciated! Thank you!

<Filter>
 <Keyword name="Location" value="Hyland Hospital" default="true">
 <DocType> filterid="1"/>
 </Keyword>
 <Keyword name="Facility ID" value="1234" default="false">
 <DocType> filterid="2"/>
 </Keyword>
 </Filter>

1 REPLY 1

Brian_Adams
Content Contributor
Content Contributor

Hi Alice,

The Filter element for FOS does not create new keyword values; they are used to limit the Document Type buttons displayed based on incoming keyword values. More information on the Filter element and Keyword element can be found in the "Integration for Epic" MRG beginning on page 93 and the "Front Offic Scanning" MRG beginning on page 123.

I recommend reaching out to your first line of support to submit your request as an enhancement SCR.

 

Thanks,
Brian