Rechercher

Question
· Déc 28, 2018

How To Drag/Drop in TablePane?

Hi,

Is it possible to implement Drag and Drop with the TablePane component?

1 Comment
Discussion (1)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Déc 27, 2018

FHIR Documentation/tutorials

Is there any good documentation/tutorials on creating gateways in both directions between FHIR and Hl7v2 (for Health Connect)?

the scenarios I'm most interested in

1. Client application sends a FHIR demographic query to Health Connect - and the interface has to convert this to Hl7v2 QBP^Q11 message to the PAS.

2. Health connect sends a PDF document (from a file or HL7v2 interface) to an EPR over FHIR.

Thanks

Stephen

UPDATE

We are using Health Connect  15.03 - Cache for Windows (x86-64) 2017.2.1 (Build 801U) Wed Dec 6 2017 09:07:51 EST [HealthShare Modules:Core:15.03.9901 + Linkage Engine:15.03.9901]

There hasn't been a HealthShare Connect release on HS Core 16.

5 Comments
Discussion (5)0
Connectez-vous ou inscrivez-vous pour continuer
Question
· Déc 11, 2018

How to mimic selenium in cache object Script

Is it possible to mimic what selenium does like navigating to a site and logging in  and filling out a form then logout in COS.I am trying to do that in COS using %Net.HttpRequest class or should I be using a different class the idea is to be able to call a web app login into it and fill out form and log out

7 Comments
Discussion (7)2
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 29, 2018

Cache Cluster Environment Backup and Restore

Hi,

I was understanding the cluster configuration supported by the Cache. Have couple of queries around that:

1. In Cache version 2018.2, there is a shrading concept which splits the data of a Master Data server into multiple small data server which store shraded data.

How do we protect (backup and restore) such environment, should we also backup/restore the multiple small data servers along with  Master data server. Any documentation around this will really help.

2. In case of Cache DB Horizontal scaling, we keep adding multiple Application and data servers - to ensure load balancing - for performance.

Do we need to protect (backup and restore) individual Application and data servers separately ? Also is it possible to have two or more data servers in such env. having same instance name and database name.

I am not very pretty clear - on how to protect (backup and restore) above two environments. Request to please help me out here.

Thanks!

3 Comments
Discussion (3)0
Connectez-vous ou inscrivez-vous pour continuer
Question
· Oct 24, 2018

Best Practice for data structure for multi-user systems

Hi,

I would like to know if anyone has had some experience in building systems for multiple end-users. 

To keep things simple, in a hypothetical example, say an Event Booking System, where a Venue could sign up to use such a system and define it's Venue, costs, calendars, etc.. and then invite their customers to book the Venue on different days/times. 

If I wish to offer such a system to many Venues, there are a number of options available.

  • Simply create a unique copy of the system for each Venue, in their own Namespace, unique classes and applications
  • Set it up, so that every Venue shares the same set of applications (saving to maintain multiple copies), but create unique classes for each Venue
  • Just provide one set of classes and applications and simply pre-fix every piece of data with a unique identifier for each Venue. So all the Bookings for example, would be in one large class, but each entry would be tagged with the Venue ID and the code would simply track all the data with the Venue's ID before creating or opening the records for that Venue.

From a maintenance point of view, only one set of classes and applications would make sense, but I'm hesitant in launching into this in fear of getting the data mixed up and allow one Venue to operate on another Venue's data.

So, my interest is in learning from other developer's experiences, if someone has gone down this road, what they chose to implement, how did it go, was the concept good down the road for expansion and would they do things differently, if they had to do it again.

I'm inspired by the likes of Xero Accounting, where you simply complete an application form, log in and immediately, you have a complete system at your disposal. Just by logging in, there does not seem to be a need for building your copy of a database and they manage it, as if you were running your own copy of the application. Seemingly simple. If you just wish to test the software, then close the account, no apparent need for any hands-on intervention form a human. That is the simplicity I would like to achieve.

Anyway, looking forward to some great suggestions.

Thanks,

Rosti.

6 Comments
Discussion (6)3
Connectez-vous ou inscrivez-vous pour continuer