go to post Raouf Besbes · Nov 30, 2023 Hello Enrico, I'm sorry, maybe i misuderstood but i don't find any samples in your post. Could you please re-explain your answer ? Thanks in advance
go to post Raouf Besbes · Mar 14, 2018 Hello FrancoisAwesome it works very well ! thank you very much for your valuable helpRaouf
go to post Raouf Besbes · Mar 9, 2018 Thanks Sebastian and Benjamin for your contributions !Actually i'm trying to display some SDA fields extension on my Clinical Viewer . I've managed to display Allergy extensions by following this articleI also tried to display Patient extensions on the PAPerson.Banner component, but i'm wondering how to correctly retrieving the StreamletID from ^CacheTemp.HS.ViewerStreamle in step 4 , i did not find the information type corresponding to the Patient SDA as it is described in the documentation here below :http://194.2.225.126:57772/csp/docbook/DocBook.UI.Page.cls?KEY=HECUI_ch_...Does anyone have an idea about solving this issue ? Thank you in advance
go to post Raouf Besbes · Feb 23, 2018 Hi sean,Thanks for your answer.Actually i checked those HS.Gateway.ECR.Process parameters, and they do have correct values. I will try to solve this with Intersystem supportI have another question if you don't mind : Is it mandatory to configure a consent engine in order to retrieve data from EdgeGateway and display it on accessGateway ?Thank you in advance
go to post Raouf Besbes · Feb 12, 2018 Hello Martin,Thank you for your valuable helpActually i'm at step 4. I tried to use everyone of the methods that you mentionned to validate the access token. but each time i get this error displayed : "error": "ERREUR #5002: Erreur Cache: <UNDEFINED>zGetUserinfo+10^%SYS.OAuth2.AccessToken.1 *applicationName", eventhough i used the same application name for the first 3 steps and it worked just fine.ANy idea about this issue ? thank you in advanceBest regards
go to post Raouf Besbes · Feb 8, 2018 Hello Martin,Thank you for your response. I'm working with Sofiane on OAuth2 implementation.Actually we manage to generate tokens on the authorization server level. we found our tokens stored in OAuth2.Server.AccessToken. Then when we try to autorize a client to use a resource from the resource server . we use the ##class(%SYS.OAuth2.AccessToken).IsAuthorized method . But it always return a 0 value even when we use an access token which existing in OAuth2.Server.AccessToken tableI checked the OAuth2.AccessToken but i found it empty. Any clue about this issue ?Thank you in advance
go to post Raouf Besbes · Jan 12, 2018 Thank you very much Dmitry , the error was acctually where you pointed it : d httprequest.EntityBody.Write(json.%ToJSON())Now it works fine.