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...
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 ...
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...
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...
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...
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?
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...
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|...
1
© 2022 - 2025 — McMap. All rights reserved.