Search

Clear filter
Article
Davi Massaru Teixeira Muta · Nov 26, 2023

Sending Kafka messages via JAVA PEX for processing quarantine exam prognoses.

(Long patientId) { log.info("getAnamenisis called with id " + patientId); Patient patient = Patient.findById(patientId); return patient; } @Tool
Article
Jean-Luc Delporte · Mar 27, 2017

How to use the “Zabbix SNMP Dynamic Index” to monitor Cache information.

following synthax: YourValue[“index”, cacheSysName, {$INDEX}].It means that, before sending the SNMP request, Zabbix will add to “YourValue” the index value returned by the search
Article
Lucas Enard · May 13, 2022

A simple example of a Fhir client in python

For example, you can access to your Patient resources doing `patients_resources = client.resources('Patient')` , from here, you can either get your patients directly by using `patients
Question
Tom Cross · Jul 20, 2022

Patient Labels Design Dilemma: ZPL Abstract Class vs JReport(LOGI)

In my current role, I have been asked around the best way to design some patient labels for a client.
Question
Scott Roth · Jun 27, 2024

How to interpret FHIR.Interop.Response into Patient FHIR Bundle to use to enhance HL7 message

Linux 8 for x86-64) 2024.1 (Build 267_2U) Tue Apr 30 2024 16:06:39 EDT [HealthConnect:7.2.0-1.r1] I have a use case where Epic is sending an A60 Allergy transaction is set at the Patient
Question
Ephraim Malane · Jun 29, 2023

How to retrieve a list of patient records that are revoked on HealthShare Unified Care Record?

Hi Community, I would like to know how I can query a list of patients that were revoked on HealthShare for the month of April and May.
Article
Lucas Enard · May 13, 2022

A simple example of a Fhir client in c#

as Patient; Console.Write("Part 3 : Name of the patient we found by searching : "); Console.WriteLine(patient0.Name[0]); // Creation of our patient telecom, here a phone number
Question
Neerav Verma · Mar 2, 2019

Parent/Child Vs One/Many

This allows bitmap indexes in either class.
Question
Ben Spead · Jun 12, 2018

How to navigate to parent of Serial Object?

It's not the prettiest, but I think the simplest solution would be to avoid navigating to the parent object entirely:Add a Foobar property to EmbedObj.Via a row/object trigger in ContainerObj
Question
Andrea Levesque · Feb 9, 2023

‘Observation’ encounter type in Clinical Viewer

Any suggestions on a way to indicate when a patient encounter is in an ‘Observation’ status** in Clinical Viewer?
Question
Martin Browne · Nov 4, 2019

Adding missing PID data to message using Q21

Hi, I’m working on a project to add specific PID data to an ORU_R01 message by querying our patient system and adding it to the ORU.
Question
지용 김 · Sep 4

Impact of SQL-Mapped Class Indexes on Legacy Programs with Direct Global Access

You are correct... if you add new indices to the class and the legacy application is not maintaining the index then it would cause issues.