Search

Clear filter
Question
Eduard Lebedyuk · Jun 26, 2017

iFind and HTML text

;br> <a href = "123" >Word3</a> When I add iFind index on text, there are at least two problems: Words like moreinfo="none">Word1, so exact match
Article
Kyle Baxter · Sep 9, 2016

Free Text Search: The Way To Search Your Text Fields That SQL Developers Are Hiding From You

: SELECT * FROM Sample.Company WHERE Mission LIKE ‘% agile %’ That is quite the reasonable query, but how does it perform? Well, with no index it clearly has to read each entry
Question
Stuart Byrne · May 4, 2017

Removing HL7 Searchtable entries

Hi,I've built a custom HL7 searchtable, but wish to remove some of the items.I've removed the items I no longer wish to index recompiled the custom searchtable, however
Article
Henry Pereira · May 18, 2024

Imagine the Future of Medical Triage: MediCoPilot

Current triage systems often rely on the experience of admitting physicians. This can lead to delays in care for some patients, especially when faced with inexperienced
Question
Sergey Sevastyanov · Feb 12, 2020

How to: Receive one ADT/A17 message, send two A02's in DTL

an A02 for the first transfer, and the second a DTL for the second transfer. Many receiving systems will have an issue with this, though, as both patients temporarily end up
Question
Alan Nguyen · Nov 1, 2016

Cache Studio - Find in Files

Hi, In Cache Studio under the View/Find in Files. Anyone knows how to search multiple words in the string? For example,In my routines 1, it has "Patient Name Test Name
Question
Gaolai Peng · Feb 13, 2017

Missing management tools after installing HealthShare

Registry, I only have Patient Relationships, but Patient-Clinician Relationships, Relationship Definition and Move Patient-Clinician Relationships are missing. Can anyone help me out
Question
Muhammad Waseem · Jun 29, 2021

Composite primary key

Hi, How can I define composite primary key in Cache? Thanks Hi, The 'New Index' wizard allows you to add various properties to the index. Or, manually, you could have
Question
Scott Beeson · Oct 11, 2016

Does anyone know what SearchMode is for a PatientSearchRequest?

post an answer* I found the following in HS.Message.PatientSearchRequest.cls: /// Search modes user - regular patient lookup, admin - mpi patient lookup no consent applied
Article
Tani Frankel · Jan 31, 2024

The New FHIR Server Profile-based Validation

is to validate against specific profiles. You can see here about Profiling. To illustrate, as a simple example, the base FHIR definition for the Patient Resource, defines the cardinality
Question
Preston Exley · May 27, 2021

JDBC counts don't match

the same thing in MSSQL via LinkedServer and it unsurprisingly yielded the same result.) I'm suspecting this has to do with indexes, possibly? The only reason I say
Article
Robert Cemper · Sep 10, 2021

Storage Considerations on large data sets

but not yet the best you can achieve.As you know with this approach every index is stored atthe first subscript level of <IndexLocation>. If your class/table has a lot of indices
Question
Sebastian Thiele · Apr 21, 2021

EnsLib.Workflow.TaskRequest with complex object

. Our TaskRequest contains an object named Patient with some properties. We´d like to display the contents in the tasks description area. WE´ve created an additional template but have
Question
Nezla · May 26, 2022

Deleting record with unique Key

in the Globals and removed the Index on name with old description, but now I wanted to create a new record with the old description that I removed from Globals but I'm getting
Article
José Pereira · Jun 5, 2021

SMART on FHIR JS Library and examples in iris-on-fhir

just need to provide the FHIR resource, and it automatically selects API paths. For instance, in order to get patients, you just need to use the method request and specify the Patient