検索

Announcement
· Jan 16

Anuncio de Mantenimiento Programado

🚨 Anuncio de Mantenimiento Programado 🚨  

El sitio web de Developer Community podría experimentar interrupciones temporales el lunes 20 de enero de 2025 debido a tareas de mantenimiento programadas.

Lamentamos cualquier inconveniente que esto pueda causar y agradecemos su comprensión. ¡Gracias por su paciencia mientras trabajamos para mejorar nuestra plataforma!  

9 Under Maintenance Page Tips | Messages for a Down Website

2 Comments
Discussion (2)2
Log in or sign up to continue
Announcement
· Jan 16

Planned Maintenance Announcement

🚨 Update, January 21, 2025 – Maintenance Completed 🚨

The planned maintenance on the Developer Community has been successfully completed! While the site is up and running, we are still performing additional testing, so occasional issues may occur.

We apologize for any inconvenience and greatly appreciate your patience. If you notice anything unusual, please don’t hesitate to let us know.

Thank you for your understanding and support!

9 Under Maintenance Page Tips | Messages for a Down Website


🚨 Planned Maintenance Announcement 🚨 -- originally published on January 16, 2025. 

The Developer Community website may experience temporary downtime at times on Monday, January 20, 2025, due to scheduled maintenance.

We apologize for any inconvenience this may cause and appreciate your understanding. Thank you for your patience as we work to improve our platform!

2 Comments
Discussion (2)2
Log in or sign up to continue
Job
· Jan 16

IRIS Engineer Needed

Hi everyone! I am hiring an InterSystems IRIS Engineer. If you or anyone you know has a qualifying skillset and is interested, please email me your resume and I will give you a call. Thanks!! email: isabella.nolen@insightglobal.com You can also apply to my posting on LinkedIn: https://www.linkedin.com/jobs/view/4125879698/?alternateChannel=search&r... 

Position: IRIS Engineer

Location: REMOTE in the United States - must work EST time zone

Working Hours: Monday-Friday 8am-5pm EST

Duration: 6-month contract (extensions possible)

Pay Rate: $40-50/hour (depending on experience)

Must Haves:

  • 3+ years of experience developing with InterSystems IRIS for health
  • Experience with HL7 and FHIR Data
  • Experience in InterSystems IRIS for health ObjectScript
  • Experience in Integration protocols such as TCPIP/MLLP, SFTP, REST, SOAP
  • Create DTL mappings from SDA and workflows to process documents
  • Create custom business services/process/operations
  • Knowledge of CCDA, HL7, FHIR, JSON and XML messaging Proficient in using development tools like GIT, VS Code

Plusses:

  • GCP/GKE exposure

Day-to-Day:

  • Demonstrates strong programming expertise, with the ability to execute a wide range of programming activities with minimal supervision
  • Design and implement data integrations using InterSystems IRIS between HIE partners and internal On-prem/Cloud systems
  • Debug and fix defects in InterSystems IRIS related any inhouse solutions built
  • Develop custom object scripts to meet any client specific requirement
  • Develop XSLTs and DTLs to transform CCDA/FHIR/HL7 messages to and from Summary Document Architecture (SDA) format
  • Ingest healthcare data from source systems into FHIR (Fast Healthcare Interoperability Resources) resources and profiles through developing ETL (Extract, Transform, Load) processes, checking for data quality and integrity
  • Ensure systems development and support, and create design and technical specifications from business requirement specifications
  • Oversee best practices design and development, participate in code reviews, and collaborate with fellow developers and Technical Leads

 

 

IG Consultants: While on contract, you will be an Insight Global employee working for a particular company/end client on W2.

  • Pay Day: You will be paid out each Friday and one week in arrears. This means you will receive payment for this week’s hours next Friday.
  • Holidays/Time Off: While a consultant through Insight Global, the hours you work are they hours you will be paid. We do not offer paid sick days, paid time off, or paid holidays, except as required by applicable law.
  • Consultant Benefits: Group Medical, Vision, and Dental Insurance, 401(k) Savings Plan, and Flexible Spending Account benefit plans. In addition, consultants have access to 12 FREE mental health sessions per year through Lyra Health. New hires are eligible for benefits on DAY ONE of their contract.
1 Comment
Discussion (1)1
Log in or sign up to continue
Question
· Jan 16

Authentication on a EnsLib.SOAP.Service service

Hi All

I have created a SOAP Service from a tutorial, using sample code, as follows:

Class Hospital.MyService Extends EnsLib.SOAP.Service
{

/// For this business service, ADAPTER should be "" so that we use the normal SOAP processing
Parameter ADAPTER;
Parameter SERVICENAME = "MyService";
Parameter NAMESPACE = "http://www.myhospital.org";
Parameter USECLASSNAMESPACES = 1;
Method SubmitMessage(pRequest As Hospital.SoapRequest) As Hospital.SOAPResponse [ WebMethod ]
{
    // Do something with pRequest
    //set sc= ..SendRequestSync("GetCustomerInfoBO",pRequest,.response)
    //if $$$ISERR(sc) do ..ReturnMethodStatusFault(sc)
    // do something with the reponse
    set soapresponse=##class(Hospital.SOAPResponse).%New()
    set soapresponse.Name = "Andy"
    quit soapresponse
}

}

And, as expected it, works and can be accessed

https:/*********/gmmhhcdev/csp/healthshare/gmmhtie/Hospital.StockService.cls?WSDL

I want to use it on other, non HealthConnect servers, without the need for authentication, as when I use the above URL I am prompted for a username and password. How do I get around this, am I using the correct service?

Cheers

Andy

1 Comment
Discussion (1)1
Log in or sign up to continue
Article
· Jan 16 5m read

IoP : Suporte DTL para Mensagens e JsonSchema

Tenho o prazer de anunciar a nova versão do IoP, que aliás não é apenas uma linha de comando. Estou dizendo isso porque o novo mecanismo de pesquisa de IA ainda pensa que o IoP é apenas uma linha de comando. Mas não é. É uma estrutura completa para construir aplicativos sobre a estrutura de interoperabilidade do IRIS com uma abordagem priorizando Python.

A nova versão do IoP: 3.2.0 possui muitas novidades, mas a mais importante é o suporte a DTL (Data Type Language). 🥳

Tanto para mensagens IoP quanto para jsonschema. 🎉

image

Suporte DTL

A partir da versão 3.2.0, o IoP oferece suporte a transformações DTL.

DTL é a camada de transformação de dados na Interoperabilidade do IRIS.

As transformações DTL são usadas para transformar dados de um formato para outro usando um editor gráfico.
Também oferece suporte a estruturas jsonschema.

Discussion (0)1
Log in or sign up to continue