hapi Questions

4

In my localhost, my swagger UI working well. localhost:3030/documentation This UI was working on the server also but from today on the server it is not working https://digitalpathshalabd.com/docume...
Mediate asked 18/9, 2020 at 9:56

3

I writing a hapi backend api with firebase admin. I can't find a fix for this error. TypeError: Cannot read property 'cert' of undefined at ModuleJob.run (internal/modules/esm/module_job.js:109:37...
Ambrotype asked 7/6, 2020 at 19:22

3

Solved

I'm creating a node.js api server using hapi.js and mongodb and I'm having some trouble to get it working on Amazon EC2. Running it locally works, but if I run it on an EC2 instance I'm getting the...
Spielman asked 28/12, 2020 at 22:56

4

Solved

After upgrading Joi to the latest version @hapi/Joi(17.1.1) my server is not staring I am getting below error on startup. Seems there were some breaking changes in recent versions. Not able to get ...
Marc asked 29/3, 2020 at 4:18

1

Solved

I'm using the HAPI hapi-structures-v25 library with version 2.3 to parse HL7v2 message & convert that into FHIR resources. I'm facing a strange issue while receiving and parsing the HL7V2 messa...
Traceable asked 16/2, 2021 at 19:14

1

Solved

I have a node js project running in node v6.12.0 and I need to update the project to node v12.18. These are some of the dependencies tagged to the project in package.json: { "hapi": &quo...
Cowardly asked 3/11, 2020 at 8:52

1

I am trying to validate number value which will include integer as well as float values. Following is my implementation for the same. Joi Schema. const numcheckschema = Joi.object().keys({ v1:Jo...
Disbursement asked 13/3, 2019 at 4:38

2

Solved

I have an api that in the past developments would receive comma separated strings as valid input and used the following as the validator: Joi.string() But now I want to implement the same variab...
Janes asked 5/11, 2018 at 13:12

1

I've notice most if not all fhir resource types have a property 'identifier', which is of type identifier. I have set this on my resources to have a system, and a value, I'm wondering how I now se...
Smashandgrab asked 14/3, 2017 at 12:7

4

I was parsing HL7 version 2.x messages through HAPI. Now I want to parse HL7 version 3 messages, which are in XML format. HAPI does not support HL7 version 3, so how can I do this?
Satiate asked 11/4, 2012 at 14:5

2

Solved

The following dependencies are being used from the maven central repository in this example: <!-- provides HAPI library --> <dependency> <groupId>ca.uhn.hapi</groupId> &l...
Oliy asked 31/10, 2014 at 20:19

2

Solved

I need to parse HL7 message ,firstly ,validate the message and then parse. XMLParser xmlParser = new DefaultXMLParser(); //encode message in XML String hl7MessageInXML = null; try { hl7Mess...
Redoubtable asked 27/12, 2012 at 6:28

2

Solved

How to parse the Multiple OBR Segment in HL7 using HAPI using terser I have sample hl7 message like this MSH|^~\&|SENDERAPP|SENDERFAC|COVCDR|COVCDR|20130212221503||ORU^R01|1676326503009050|P|...
Boffa asked 4/4, 2013 at 13:13
1

© 2022 - 2025 — McMap. All rights reserved.