is not current version
Last Version 1.2.0

org.bahmni.module:pacsquery 1.1.0

This module allows DICOM queries through a REST (GET) request. It can be used by a front-end interface to retreive PACS images information for a specific patient or date.

GroupId

GroupId

org.bahmni.module
ArtifactId

ArtifactId

pacsquery
Version

Version

1.1.0
Type

Type

pom

Download pacsquery 1.1.0

Filename Size
pacsquery-1.1.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/ -->
<dependency>
    <groupId>org.bahmni.module</groupId>
    <artifactId>pacsquery</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/
implementation 'org.bahmni.module:pacsquery:1.1.0'
// https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/
implementation ("org.bahmni.module:pacsquery:1.1.0")
'org.bahmni.module:pacsquery:pom:1.1.0'
<dependency org="org.bahmni.module" name="pacsquery" rev="1.1.0">
  <artifact name="pacsquery" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bahmni.module', module='pacsquery', version='1.1.0')
)
libraryDependencies += "org.bahmni.module" % "pacsquery" % "1.1.0"
[org.bahmni.module/pacsquery "1.1.0"]