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.
- Log in to post comments
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.
Is it possible to alter SP using portal?
Something like below,
Alter query queryname()
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?
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() )
Hi John,
I want to display error summary like below.
Error Summary:
Please enter First Name.
Please Enter Last Name.
Please Enter DOB.
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())
Thanks Rubens,
It is working fine.
Hi Peter,
Thanks but above solution is not working.
Set Obj.OrganizationLogo="abc.png"
in JSON
File is not created and also not getting any error message
Thanks Peter,
Now it is working fine..
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
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.
No, even "cconsole.log" is also not updated, it's showing old logs.
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)
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, 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)
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)