Justin

Results 9 comments of Justin

+1 if this feature can be done. Not for performance but for unique enforcement. For example, consider the table: ``` CREATE TABLE FOO_TBL ( ID UUID NOT NULL, USER_ID UUID...

Hi Wellermiranda, Unfortunately the WIA portion of this solution requires P/Invoke to the WIA subsystem to operate. It may be possible to use the core processing assembly (which takes Bitmaps...

Hmmm.... That is interesting... Do you have a patch you can submit? I would be more than happy to merge as we are also looking to leverage this base platform...

You need to add a reference to the CDA model types in Everest to your project. You may also need to force the parsing to use ClinicalDocument using the generic...

You don't need to process MIF file to process CDA documents, you can add a reference to the CDA library and parse the structures (a pre-compiled version of MARC.Everest.RMIM.UV.CDAr2.dll should...

Perhaps we can follow-up via e-mail? You can reach me via LinkedIn or the email on my profile

Examples for using Everest can be found here: https://github.com/MohawkMEDIC/everest/wiki/CDA-Tutorial . IRT MySQL, it depends on your use case, if you're actually trying to update a clinical data store with information...

Hi, GPMR is telling you that it has nothing to do. You need to instruct it whether you want to compile MIF files to C#, Java, HTML, etc. Unless you...

Hi, The error you're describing is stating the nature of the issue: 'MARC.Everest.DataTypes.IVL`1[MARC.Everest.DataTypes.TS]' to 'MARC.Everest.DataTypes.TS' Means that your CCDA is trying to place an IVL where a TS is supposed...