Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. HL7 Engine
Qt 6.11 is out! See what's new in the release blog

HL7 Engine

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
9 Posts 4 Posters 3.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Anybody knows, how to connect QT and HL7 Engine. Thank you :)

    JKSHJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should add a link to what that HL7 Engine is. That would make everybody's life easier to help you.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • ? A Former User

        Anybody knows, how to connect QT and HL7 Engine. Thank you :)

        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        Hi @Bhushan99, do you mean a HL7 Interface/Integration Engine?

        To add to @SGaist, please also specify the name and version number of the engine that you want to connect to.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        ? 1 Reply Last reply
        0
        • JKSHJ JKSH

          Hi @Bhushan99, do you mean a HL7 Interface/Integration Engine?

          To add to @SGaist, please also specify the name and version number of the engine that you want to connect to.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Yes @JKSH, Your are right, HL7 engine name is "mirth connect" and version is latest only.
          @SGaist Information about HL7 Engine is as in the link "https://en.wikipedia.org/wiki/Mirth_Connect"

          JKSHJ 1 Reply Last reply
          0
          • ? A Former User

            Yes @JKSH, Your are right, HL7 engine name is "mirth connect" and version is latest only.
            @SGaist Information about HL7 Engine is as in the link "https://en.wikipedia.org/wiki/Mirth_Connect"

            JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            @Bhushan99 said in HL7 Engine:

            HL7 engine name is "mirth connect" and version is latest only.

            Recent versions of Mirth Connect support a REST API (http://www.mirthcorp.com/community/wiki/display/mirth/Mirth+Connect+3.4.0+-+What's+New?src=search#MirthConnect3.4.0-What'sNew-rest-api ) so you can use QNetworkAccessManager to get data from it.

            The screenshots show that the messages are encoded in JSON, so use QJsonDocument to encode/decode the messages.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            ? 1 Reply Last reply
            1
            • JKSHJ JKSH

              @Bhushan99 said in HL7 Engine:

              HL7 engine name is "mirth connect" and version is latest only.

              Recent versions of Mirth Connect support a REST API (http://www.mirthcorp.com/community/wiki/display/mirth/Mirth+Connect+3.4.0+-+What's+New?src=search#MirthConnect3.4.0-What'sNew-rest-api ) so you can use QNetworkAccessManager to get data from it.

              The screenshots show that the messages are encoded in JSON, so use QJsonDocument to encode/decode the messages.

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              @JKSH @SGaist Thank you for the help, hey is it possible to use Java or .net code in Qt ?

              JKSHJ 1 Reply Last reply
              0
              • ? A Former User

                @JKSH @SGaist Thank you for the help, hey is it possible to use Java or .net code in Qt ?

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #7

                @Bhushan99 said in HL7 Engine:

                is it possible to use Java or .net code in Qt ?

                Qt is primarily a C++ library.

                You cannot use Java/.NET code directly in a C++ application, but seperate applications or libraries can talk to each other even if they're written in different languages.

                What do you want to do?

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                ? 1 Reply Last reply
                1
                • JKSHJ JKSH

                  @Bhushan99 said in HL7 Engine:

                  is it possible to use Java or .net code in Qt ?

                  Qt is primarily a C++ library.

                  You cannot use Java/.NET code directly in a C++ application, but seperate applications or libraries can talk to each other even if they're written in different languages.

                  What do you want to do?

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #8

                  @JKSH I have one library which is written in both i.e., java and .net, So i just want to use that library in Qt, as that library is written in java and .net, i am little confused how to use it ! That library is HL7 library which is use to encode the data and send the messages to server.

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    Vastris
                    wrote on last edited by
                    #9
                    This post is deleted!
                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved