MVN

org.bahmni.module : pacsquery

Maven & Gradle

Mar 08, 2023
0 stars

Pacs Query · 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.

<dependency>
    <groupId>org.bahmni.module</groupId>
    <artifactId>pacsquery</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bahmni.module : pacsquery to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of org.bahmni.module : pacsquery to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
pacsquery-1.4.0
1.3.x
pacsquery-1.3.0
1.2.x
pacsquery-1.2.0
1.1.x
pacsquery-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bahmni.module</groupId>
    <artifactId>pacsquery</artifactId>
    <version>1.4.0</version>
</dependency>

Advertisement