Skip to content

A set of tools to work with the Lyniate Rhapsody system (formerly Orion Health)

Notifications You must be signed in to change notification settings

azamtav/Rhapsody-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Lyniate-Rhapsody-Tools

A set of tools to work with the Lyniate Rhapsody system (formerly Orion Health)

Files

  • RhapsodyHttpClient.groovy: This file has the core HTTP methods to interact with the API. It manages the CSRF token for requests as well and packaging up the query parameters on requests and getting the payload as a plain string.
  • RhapsodyAPIClient.groovy: This file interacts with the Rhapsody API

Requirements

These tools were written in Groovy Script to work with:

  • Rhapsody API 6.6
  • SOAP UI 5.6.0

Groovy Compilation into Java:

groovyc -cp "httpcomponents-client-4.5.13\lib\*;log4j-1.2.14.jar" -d "MyDestinationFolder" RhapsodyAPIClient.groovy

JAR Compilation of Java

jar cvf Rhapsody.jar -C classes .

About

A set of tools to work with the Lyniate Rhapsody system (formerly Orion Health)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages