| GroupId | GroupIdorg.bahmni.module |
|---|---|
| ArtifactId | ArtifactIdpacsquery |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPacs 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pacsquery-1.2.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/ -->
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>pacsquery</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/
implementation 'org.bahmni.module:pacsquery:1.2.0'
// https://jarcasting.com/artifacts/org.bahmni.module/pacsquery/
implementation ("org.bahmni.module:pacsquery:1.2.0")
'org.bahmni.module:pacsquery:pom:1.2.0'
<dependency org="org.bahmni.module" name="pacsquery" rev="1.2.0">
<artifact name="pacsquery" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bahmni.module', module='pacsquery', version='1.2.0')
)
libraryDependencies += "org.bahmni.module" % "pacsquery" % "1.2.0"
[org.bahmni.module/pacsquery "1.2.0"]