I created a Custom Search Table that extends EnsLib.HL7.Search Table. I saved, compiled, and rebuilt the index however when I go into Message Search to try to use the Search Table, within the conditions the proper fields are not showing up that was defined. It is showing the fields from EnsLib.HL7.SearchTable. I did a build index on both EnsLib.HL7.SearchTable and OSU.HL7.SearchTable.
Class OSU.HL7.SearchTable Extends EnsLib.HL7.SearchTable
{
Parameter DOCCLASS = "EnsLib.HL7.Message"
Parameter EXTENTSIZE = 4000000
XData SearchSpec [ XMLNamespace = "http://www.intersystems.com/EnsSearchTable" ]
{
<Items>
<Item DocType="" PropName="PrimaryIdent" >[STF:1.1]</Item>
<Item DocType="" PropName="StaffIdent" >[STF:2().1]</Item>
<Item DocType="" PropName="StaffName" >[STF:3()]</Item>
</Items>
}
Parameter SrcVer = "$Id$"
Storage Default
{
<Type>%Storage.Persistent</Type>
}
}