p

protempa

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).
https://github.com/eurekaclinical/protempa.git
Files download
File Operation
protempa-5.2-Alpha-2.pom download
Apache Maven
<dependency>
  <groupId>org.eurekaclinical</groupId>
  <artifactId>protempa</artifactId>
  <version>5.2-Alpha-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eurekaclinical:protempa:5.2-Alpha-2'
Gradle Kotlin
implementation("org.eurekaclinical:protempa:5.2-Alpha-2")
Scala SBT
libraryDependencies += "org.eurekaclinical" % "protempa" % "5.2-Alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='org.eurekaclinical', module='protempa', version='5.2-Alpha-2')
)
Apache Ivy
<dependency org="org.eurekaclinical" name="protempa" rev="5.2-Alpha-2" />
Leiningen
[org.eurekaclinical/protempa "5.2-Alpha-2"]
Apache Buildr
'org.eurekaclinical:protempa:jar:5.2-Alpha-2'