nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
868 stars 265 forks source link

#5823 add responseStatusCode #6170

Closed rogin closed 2 weeks ago

rogin commented 2 months ago

resolves #5823

Store the HTTP status code in the Response Map

jonbartels commented 1 month ago

@rogin hopefully a quick question does String.valueOf(statusCode) return the status code like 200 or like 200.0?

jonbartels commented 1 month ago

@ARShelleyNextGen and @JackieK5 this is a good one line PR that makes Mirth easier to use. Would it be possible to merge it for 4.6.0?

rogin commented 1 month ago

@rogin hopefully a quick question does String.valueOf(statusCode) return the status code like 200 or like 200.0?

It's been awhile, but IIRC it returned "200".