| Группа | Группаorg.bahmni.module |
|---|---|
| Идентификатор | Идентификаторpacsquery |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pacsquery-1.2.0.pom | 3 KB |
| Обзор |
<!-- 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"]