Encontrar

Artículo
· 16 nov, 2024 Lectura de 2 min

Como usar a pesquisa na Comunidade de Desenvolvedores InterSystems

Oi Comunidade!

Nós sabemos que às vezes você pode precisar procurar informação ou pessoas na nossa Comunidade! Então para facilitar isso, aqui está uma publicação de como usar diferentes tipos de pesquisas:

  • achar algo na Comunidade
  • achar algo nas suas próprias publicações
  • achar um membro pelo nome

➡️ Achar alguma informação na Comunidade

Use a barra de pesquisa no topo de toda página - uma rápida pesquisa na Comunidade de Desenvolvedores (CD). Coloque uma palavra ou frase, ou uma tag, ou um nome de membro CD, e você obterá resultados numa lista:

Além disso, você pode pressionar Enter ou clicar na lupa e os resultados da pesquisa irão abrir.

Nessa página, você pode refinar seus resultados:

  1. Você pode escolher se quer pesquisar apenas em Perguntas, Artigos etc, ou nos seus próprios posts.
  2. Você pode pesquisar por publicações de um membro em particular.
  3. Você pode procurar publicações com tags específicas.
  4. Você pode definir um tempo limite e ordenar por data ou relevância;

 

➡️ Ache algo nas suas próprias publicações

Vá para o seu perfil, escolha Publicações no lado esquerdo, e depois que a página recarregar apenas escreva o que você quer achar na barra de pesquisa:

 

➡️ Ache um membro da Comunidade

Se você sabe o nome dele ou dela ou email, abra o Menu no topo esquerdo:

e clique em Membros:

Isso abrirá uma tabela com todos os membros dessa Comunidade e no topo tem uma caixa de pesquisa:

Espero que você ache essas explicações úteis.

Boa pesquisa! ;)

Comentarios (0)1
Inicie sesión o regístrese para continuar
Pregunta
· 16 nov, 2024

JDBC SQL Gateway connection error on a MacBook

Hi Community,
I am getting below "The driver cannot be loaded" error on a MacBook.


obdbc8.jar file is present in the mentioned folder.

Looking forward to resolve the above issue or workaround

Thanks

8 comentarios
Comentarios (8)4
Inicie sesión o regístrese para continuar
Artículo
· 15 nov, 2024 Lectura de 7 min

第二十二章 TCP 客户端 服务器通信 - TCP设备的OPEN和USE命令关键字

第二十二章 TCP 客户端 服务器通信 - TCP设备的OPEN和USE命令关键字

TCP设备的OPENUSE命令关键字

可以使用位置参数(如上所述)或关键字参数。下表描述了使用OPENUSE命令控制TCP设备的关键字。还有其他只能在OPEN命令中指定的OPEN-only关键字(本章稍后将描述)。所有关键字参数都是可选的。

Comentarios (0)1
Inicie sesión o regístrese para continuar
Artículo
· 15 nov, 2024 Lectura de 2 min

HL7 -> SDA -> FHIR -> Personal Growth

I have a large tree outside my window. Here in Phoenix, Arizona, USA it's still warm and sunny so our plants are still covered in lush foliage despite so many other places in the full throws of Autumn. My desk is oriented such that I can look out at the tree throughout the day. Part of the reason I like having my desk facing the tree is because I need the break from staring at the computer screens but the other reason is because I need reminders from nature from time to time.
Today I'm reminded of two things:

  1. Growth requires absorbing from your environment
  2. Growth doesn't always happen in the direction you expect

For the recent InterSystems Tech Video Challenge I put together a submission that summarized how to set up converting a custom HL7 message to SDA and then sending that to a FHIR Server endpoint to be converted to FHIR json. For this I really had to stretch into new territory to absorb all the necessary information and I ended up growing new skills that I didn't expect.

Much like the tree has ample nutrients surrounding it, we have so much documentation outlining the steps needed in order to set up our productions, servers, etc. but they are often in such disparate places that gathering it all and putting it together can be a real challenge. This was the motivation for my video. I wanted to demonstrate the collation of that information in a way that someone could follow along with in a reasonable way and ideally improve upon. 

Along the way I gained a better understanding of production configurations and was able to interact with ISC tools which I previously had not seen (i.e. the RecordMapper, FHIR Server, etc.). There are still so many things to explore and experiment with but each twig becomes a branch over time and this is the beginning of a new skill set.

As a companion to the video submission I would like to provide you shady respite in the form of an overview of the steps I took in order to build out my solution with links to the appropriate sections of the video:

  1. Configure your FHIR server endpoint
  2. Create a record mapping using your sample data
  3. Configure your custom data transformation
  4. Build your production components
  5. Configure your production components

While I hope that this can be useful to you I know that I have much growth ahead of me. I hope that we can all continue to help and support one another.

2 comentarios
Comentarios (2)2
Inicie sesión o regístrese para continuar
Pregunta
· 15 nov, 2024

DICOM Extended Negotiation

Is there a way to create and establish DICOM Association with Extended Negotiation? 

I have implemented DICOM Query/Retrieve C-FIND, using EnsLib.DICOM.Operation.TCP and EnsLib.DICOM.Process base classes. My application, acting as an SCU, needs to query by Study Date-Time (combined date-time matching) range with timezone query adjustment. For this, I need to use Extended Negotiation.

I've checked the IRIS Manual - Creating DICOM Associations section but there is no mention of this.

Comentarios (0)1
Inicie sesión o regístrese para continuar