is not current version
Last Version 5.2-Alpha-2

org.eurekaclinical:protempa 4.0-Alpha-15

Protempa supports the construction of software systems for querying clinical databases, summarizing patient data, detecting clinically significant data patterns in groups of patients or individual patients, and extract, transform and load (ETL). Its special feature, temporal abstraction, supports queries and summarization of data in terms of temporal patterns. Temporal patterns enable robust querying and extraction of clinical history. These patterns include frequencies (at least two, three, etc. of some event or observation); sequences (chemotherapy followed by surgery within 180 days, a hospital encounter followed by another hospital encounter within 30 days); and overlaps (falling platelet counts in the setting of HELLP syndrome).

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

protempa
Version

Version

4.0-Alpha-15
Type

Type

pom

Download protempa 4.0-Alpha-15


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