Pesquisar

Pergunta
· Ago. 21

How to Handel large data like 50 lac characters support in Base64 binary in Binary FHIR Resource ? i

I try the Large data Save in FHIR server in Binary Resource but it's failed 

Methed: Post , URL: fhirservers/fhir/r4/Binary 

I hit the API but the record not save and same API but base64 data length is 3 lac than it's save without faile.

I pass data on this formet

{

  "resourceType" : "Binary",

  // from Resource: id, meta, implicitRules, and language

  "contentType" : "<code>", // R!  MimeType of the binary content

  "securityContext" : { Reference(Any) }, // Identifies another resource to use as proxy when enforcing access control

  "data" : "<base64Binary>" // The actual content

}

 

I got this Response is 

{

    "resourceType": "OperationOutcome",

    "issue": [

        {

            "severity": "error",

            "code": "exception",

            "diagnostics": "5002",

            "details": {

                "text": "ObjectScript error: <MAXSTRING>%GetNext+2^%Iterator.Object.1"

            }

        }

    ]

}

How to fix this, or what is the solution for that? 

2 Comments
Discussão (2)2
Entre ou crie uma conta para continuar
Pergunta
· Ago. 20

Enabling IPM across namespaces

I've been trying to set up a script I can run after installing an instance to enable IPM across all namespaces. I have been able to install IPM successfully using

set r = ##class(%Net.HttpRequest).%New(),
    r.Server="pm.community.intersystems.com",
    r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" 
d r.Get("/packages/zpm/latest/installer"),
    $system.OBJ.LoadStream(r.HttpResponse.Data,"c")

and then running the zpm commands

repo -r -n registry -url https://pm.community.intersystems.com/ -user "" -pass ""
enable -map -globally

This seems to enable me to run further zpm commands in the namespace where I initially installed IPM. In other namespaces, I can see that IPM is installed, but I do not seem to have a registry configured and cannot install packages from it unless I first run a similar 'repo -r -n registry...' command in each namespace. Is this expected? I thought 'enable -map -globally' was supposed to avoid the need to do that, but I may be missing something.

4 Comments
Discussão (4)4
Entre ou crie uma conta para continuar
Pergunta
· Ago. 20

SOAP.OutboundAdapter question

Using a WSDL and the SOAP wizard I created a WebServiceClient, and Operation to send an encoded message to a Vendor. But the vendor is now sending back an HL7 in the SOAP response.

I tried updating the Operation to Extend EnsLib.HL7.Operation.ReplyStandard, but still use the EnsLib.SOAP.OutboundAdapter. When I did this it broke my Operation and would not compile with the following error...

ERROR #5478: Keyword signature error in osuwmc.Nutrition.HL7SoapOperation:Method:SendMessage, keyword 'method argument/s signature' must be 'EnsLib.HL7.Message,EnsLib.HL7.Message,%Library.String' or its subclass

  > ERROR #5030: An error occurred while compiling class 'osuwmc.Nutrition.HL7SoapOperation'

Detected 1 errors during compilation in 0.015s.

The WebServiceClient is expecting "SendMessage"

Set tSC = ..Adapter.InvokeMethod("SendMessage",,pRequest.key,.encodedMessage)

So how do I get the Operation to send with the Data Class Structure they require but receive an HL7 ACK back to parse out and error if they send back an AR, AE, CR, etc...

We are looking for a way that if we receive an HL7 ACK AR response to ensure that the message keeps sending.

Discussão (0)1
Entre ou crie uma conta para continuar
Pergunta
· Ago. 20

How to change the IRIS user when starting a terminal session in an IRIS container?

Running "docker exec -it iris iris terminal IRIS" automatically logs you in as irisowner in the terminal session, but how do you log in as a different user?

2 Comments
Discussão (2)3
Entre ou crie uma conta para continuar
Anúncio
· Ago. 20

[Video] Can AI Fix Bugs? Evaluating Progress and Challenges

Hey Community!

We're happy to share the next video in the "Code to Care" series on our InterSystems Developers YouTube:

⏯  Can AI Fix Bugs? Evaluating Progress and Challenges

Watch this video to examine the challenge of using generative AI to automatically fix software bugs. The discussion highlights the SWE-bench dataset, which provides a way to test AI systems by checking whether their predicted fixes pass both existing and new automated tests. Despite the challenges, the area shows significant potential. Automatic bug fixing remains a demanding but highly valuable use case, with ongoing progress likely to influence how generative AI is applied across different technologies and codebases.

🗣 Presenter: @Don Woodlock, Head of Global Healthcare Solutions, InterSystems

Enjoy watching, and subscribe for more videos! 👍

Discussão (0)1
Entre ou crie uma conta para continuar