Hi Paul,
I am using below patient resource.
As I mentioned got fhirResponse.Status=404 in below log.
Do fhirService.DispatchRequest(fhirRequest, .fhirResponse) $$$LOGWARNING("fhirResponse-> "_fhirResponse.Status)
- Log in to post comments
Hi Paul,
I am using below patient resource.
As I mentioned got fhirResponse.Status=404 in below log.
Do fhirService.DispatchRequest(fhirRequest, .fhirResponse) $$$LOGWARNING("fhirResponse-> "_fhirResponse.Status)
Thanks, Juanito,
Yes, environment variables are not set.
I was entering the below details in the "Run the setup script and start IAM" step.
Let me know If I missed something.
.png)
Thanks Vic,
We are planning to create an interface to generate an FHIR for all HL7 message types like ADT, ORM, DFT, etc.
How can I create FHIR using the 2019.1 version, Can you please help with this?
Thanks Robert,
alert.log is also not updated.
One thing I found that the Ensemble service is not in running state and I am not able to start again, Is it possible due to this error occurs?
.png)
No, even "cconsole.log" is also not updated, it's showing old logs.
Hi Marc,
Can you please provide an example that used wkhtmltopdf to covert html to pdf.
FYI,
I want to convert html to pdf programmatically.
Hi Peter
Can you please help me on how to set status when some error occurs for below statement.
$system.Status.GetErrorText(sc)
I have tried below code but it is not working
Thanks Peter,
Now it is working fine..
File is not created and also not getting any error message
Hi Peter,
Thanks but above solution is not working.
Set Obj.OrganizationLogo="abc.png"
in JSON
Thanks Rubens,
It is working fine.
Hi Rubens,
How to convert current date in "2019-08-30T16:38:26.893Z" this format.
My field has timestamp datatype.
I have tried below code.
$zdt($zu(188),3,1)
$ZDATETIME($NOW())
Hi John,
I want to display error summary like below.
Error Summary:
Please enter First Name.
Please Enter Last Name.
Please Enter DOB.
Thanks Evgency,
I got my answer, actually I need the Id of record inserted by my objExternalUser.%Save() function and that I got by your answer( objExternalUser.%Id() )
So, If I am using objExternalUser.%Id() then which Id I ll get
1) Id of record inserted by my objExternalUser.%Save() function?
2) Id of latest inserted record?
Is it possible to alter SP using portal?
Something like below,
Alter query queryname()
I am using Inter System IRIS IDE.
I am new in Inter System IRIS development,, and want debug the class method when call method using postman request.