You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by jo...@apache.org on 2023/03/08 17:56:38 UTC

[ctakes] branch main updated: Adding to ctakes-types for RT

This is an automated email from the ASF dual-hosted git repository.

johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ba4a12  Adding to ctakes-types for RT
6ba4a12 is described below

commit 6ba4a12b6673443fcc96b987eaead0fc0047d7dc
Author: Johnsd11 <34...@users.noreply.github.com>
AuthorDate: Wed Mar 8 12:56:30 2023 -0500

    Adding to ctakes-types for RT
---
 .../pbj/ctakes_pbj_py/src/ctakes_pbj/type_system/ctakes_types.py    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/type_system/ctakes_types.py b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/type_system/ctakes_types.py
index adb3fc8..1ffd6e7 100644
--- a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/type_system/ctakes_types.py
+++ b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/type_system/ctakes_types.py
@@ -160,3 +160,9 @@ DiseaseDisorderMention = 'org.apache.ctakes.typesystem.type.textsem.DiseaseDisor
 LabMention = 'org.apache.ctakes.typesystem.type.textsem.LabMention'
 Markable = 'org.apache.ctakes.typesystem.type.textsem.Markable'
 CollectionTextRelationIdentifiedAnnotationRelation = 'org.apache.ctakes.typesystem.type.relation.CollectionTextRelationIdentifiedAnnotationRelation'
+# for RT
+DoseModifier = "org.apache.ctakes.typesystem.type.textsem.DoseModifier"
+DosageCountModifier = "org.apache.ctakes.typesystem.type.textsem.DosageCountModifier"
+TotalDosageModifier = "org.apache.ctakes.typesystem.type.textsem.TotalDoseModifier"
+FrequencyModifier = "org.apache.ctakes.typesystem.type.textsem.FrequencyModifier"
+StatusChangeModifier = "org.apache.ctakes.typesystem.type.textsem.StatusChangeModifier"
\ No newline at end of file