Question PILAR GUERRERO · May 3, 2019 ErrTCPTerminatedReadTimeoutExpired Hi!When I try to send a hl7 message via TCP / IP with SSL certificate, I get the following error: ERROR <Ens>ErrTCPTerminatedReadTimeoutExpired: Tiempo de espera de lectura TCP (600) superado mientras se esperaba el terminador SegTerminatorAscii=13, on |TCP|35000|6596, datos recibidos ='' I have increased the response time to 10 minutes but still, I do not get to receive the message. #Ensemble 0 2 0 389
Question PILAR GUERRERO · Feb 6, 2019 REST API (application / x-www-form-urlencoded) Hi all!I need to call an API that has the following characteristics:Content-Type: application / x-www-form-urlencodedAuthorization: (with a "Bearer" token)In the body the information is given through the form data.I can not find documentation on how to make this call and how to get the answer (JSON).Could you help with an example?Thank you #Caché 0 1 0 1.6K
Article PILAR GUERRERO · Apr 25, 2018 4m read DNI functions Hi everyone! I want to share four functions with you. I hope that you can use it at some time. DNI: the initials of the type of national identity document, is composed of different series of numbers and letters. That proves the identity and personal data of the holder, as well as the Spanish nationality. Example: 94494452X NIE: The NIE or foreigner identity number is a code for foreigners in Spain. In this page you can generate examples of DNI or NIE https://generadordni.es/ #Code Snippet #Tips & Tricks #Caché 3 8 0 800
Question PILAR GUERRERO · Jun 29, 2017 %ListOfDataTypes from JSON Hello... I need to convert a array (JSON) in a List Of String. I think, there is some method that does it directly. Something like that: SAMPLES>set list = ##class(%ListOfDataTypes).$fromJSON("[""a"",""b"",""c""]") %FromObject+21^%Library.RegisteredObject.1 *%Exception.General Compose Compose %FromObject Unable to map frm %Library.Array instance to %Library.ListOfDataTypes I have reading about this but I don't found some trick to help me. #JSON #Caché 0 1 0 571
Question PILAR GUERRERO · Jun 1, 2017 Transform JSON Hi! I have a question: I create a Operation REST API , when I call to my client trough this REST API, my cliente returns list of object in JSON, like that: #JSON #Frontend #Caché 0 9 0 1K
Question PILAR GUERRERO · May 25, 2017 How can i convert my object in JSON ? Hello, I’m creating a REST API service but I need to convert my object in JSON. The Class “A” is extended from another Class “B”: Class message_B Extends Ens.Request { Property ClientId As %String(MAXLEN = ""); Property mesagge As %String(MAXLEN = ""); } Class message_A Extends message_B { Property idDate As %String; Property Datetime As %String; Property time As %String; } When I use: #Beginner #Caché 0 7 0 2.1K