Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Healthcare Apps decision choice Pin
honey the codewitch30-Sep-23 1:09
mvahoney the codewitch30-Sep-23 1:09 
GeneralRe: Healthcare Apps decision choice Pin
dandy7230-Sep-23 3:36
dandy7230-Sep-23 3:36 
GeneralRe: Healthcare Apps decision choice Pin
Nelek30-Sep-23 4:43
protectorNelek30-Sep-23 4:43 
GeneralRe: Healthcare Apps decision choice Pin
dandy7230-Sep-23 5:46
dandy7230-Sep-23 5:46 
GeneralRe: Healthcare Apps decision choice Pin
Gerry Schmitz30-Sep-23 6:05
mveGerry Schmitz30-Sep-23 6:05 
GeneralRe: Healthcare Apps decision choice Pin
PIEBALDconsult30-Sep-23 14:35
mvePIEBALDconsult30-Sep-23 14:35 
GeneralRe: Healthcare Apps decision choice Pin
pkfox30-Sep-23 23:09
professionalpkfox30-Sep-23 23:09 
GeneralRe: Healthcare Apps decision choice Pin
jschell2-Oct-23 5:39
jschell2-Oct-23 5:39 
Nand32 wrote:
All these are needed for interops between different HC systems....App DB schema


I guess you really mean something like 'data model' rather than 'database' which would be what I see when you say "DB".

Nand32 wrote:
What would you recommend?


That requires much more detail about the architecture than what you presented here.

Given that there are different systems then who controls/owns those systems? That is important.

But other than that transforming data between systems on communication pipelines is always a given. Even if was a good idea to use the same standard for all each system must still serialize/deserialize the binary into data. So the transform layer will always exists.

And it depends on the systems on the pipe. It would seem really unlikely that you could create one template/definition to which every single system must conform when those systems must in fact be each doing something different. Not without adding unneeded complexity.

What happens if you provide one standard to which 100 systems must adhere and yet a change is needed so just 2 of those systems can be updated?

So ignoring all of that, if the existing external models can be easily broken down (important) to sub-models which mostly meet the communication needs of two systems, then you can use that between those two systems. But I suspect you will still need an envelope into which the sub-model is passed.
GeneralWordle 833 Pin
StarNamer@work29-Sep-23 14:11
professionalStarNamer@work29-Sep-23 14:11 
GeneralRe: Wordle 833 Pin
GKP199229-Sep-23 16:31
professionalGKP199229-Sep-23 16:31 
GeneralRe: Wordle 833 Pin
Amarnath S29-Sep-23 16:45
professionalAmarnath S29-Sep-23 16:45 
GeneralRe: Wordle 833 Pin
Sandeep Mewara29-Sep-23 17:16
mveSandeep Mewara29-Sep-23 17:16 
GeneralRe: Wordle 833 Pin
OriginalGriff29-Sep-23 19:43
mveOriginalGriff29-Sep-23 19:43 
GeneralRe: Wordle 833 - 6 4 me Pin
pkfox29-Sep-23 21:01
professionalpkfox29-Sep-23 21:01 
GeneralRe: Wordle 833 Pin
Cp-Coder29-Sep-23 23:34
Cp-Coder29-Sep-23 23:34 
GeneralRe: Wordle 833 Pin
jmaida30-Sep-23 11:07
jmaida30-Sep-23 11:07 
GeneralHow do you sell your software to big companies? Pin
Behzad Sedighzadeh29-Sep-23 6:19
Behzad Sedighzadeh29-Sep-23 6:19 
AnswerRe: How do you sell your software to big companies? Pin
abmv29-Sep-23 6:40
professionalabmv29-Sep-23 6:40 
GeneralRe: How do you sell your software to big companies? Pin
dandy7229-Sep-23 8:47
dandy7229-Sep-23 8:47 
GeneralRe: How do you sell your software to big companies? Pin
jschell29-Sep-23 11:19
jschell29-Sep-23 11:19 
AnswerRe: How do you sell your software to big companies? Pin
Jeremy Falcon29-Sep-23 12:09
professionalJeremy Falcon29-Sep-23 12:09 
GeneralRe: How do you sell your software to big companies? Pin
dandy7230-Sep-23 3:48
dandy7230-Sep-23 3:48 
GeneralRe: How do you sell your software to big companies? Pin
Gary R. Wheeler30-Sep-23 5:04
Gary R. Wheeler30-Sep-23 5:04 
GeneralRe: How do you sell your software to big companies? Pin
rjmoses2-Oct-23 15:17
professionalrjmoses2-Oct-23 15:17 
GeneralRe: How do you sell your software to big companies? Pin
Mycroft Holmes29-Sep-23 12:50
professionalMycroft Holmes29-Sep-23 12:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.