org.apache.ctakes.typesystem.type.textsem
Class MedicationEventMention_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.uima.jcas.cas.AnnotationBase_Type
          extended by org.apache.uima.jcas.tcas.Annotation_Type
              extended by org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation_Type
                  extended by org.apache.ctakes.typesystem.type.textsem.EventMention_Type
                      extended by org.apache.ctakes.typesystem.type.textsem.MedicationEventMention_Type

public class MedicationEventMention_Type
extends EventMention_Type

As of cTAKEs 3.1, see org.apache.ctakes.typesystem.type.textsem.MedicationMention. Updated by JCasGen Thu Nov 28 10:33:42 CST 2013


Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
 
Constructor Summary
MedicationEventMention_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 int getEndDate(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 int getMedicationDosage(int addr)
           
 int getMedicationDuration(int addr)
           
 int getMedicationForm(int addr)
           
 int getMedicationFrequency(int addr)
           
 int getMedicationRoute(int addr)
           
 int getMedicationStatusChange(int addr)
           
 int getMedicationStrength(int addr)
           
 int getStartDate(int addr)
           
 void setEndDate(int addr, int v)
           
 void setMedicationDosage(int addr, int v)
           
 void setMedicationDuration(int addr, int v)
           
 void setMedicationForm(int addr, int v)
           
 void setMedicationFrequency(int addr, int v)
           
 void setMedicationRoute(int addr, int v)
           
 void setMedicationStatusChange(int addr, int v)
           
 void setMedicationStrength(int addr, int v)
           
 void setStartDate(int addr, int v)
           
 
Methods inherited from class org.apache.ctakes.typesystem.type.textsem.EventMention_Type
getEvent, setEvent
 
Methods inherited from class org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation_Type
getConditional, getConfidence, getDiscoveryTechnique, getGeneric, getHistoryOf, getId, getOntologyConceptArr, getOntologyConceptArr, getOriginalText, getOriginalText, getPolarity, getSegmentID, getSentenceID, getSubject, getTypeID, getUncertainty, setConditional, setConfidence, setDiscoveryTechnique, setGeneric, setHistoryOf, setId, setOntologyConceptArr, setOntologyConceptArr, setOriginalText, setOriginalText, setPolarity, setSegmentID, setSentenceID, setSubject, setTypeID, setUncertainty
 
Methods inherited from class org.apache.uima.jcas.tcas.Annotation_Type
getBegin, getCoveredText, getEnd, setBegin, setEnd
 
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase_Type
getSofa, getView
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

MedicationEventMention_Type

public MedicationEventMention_Type(org.apache.uima.jcas.JCas jcas,
                                   org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
Overrides:
getFSGenerator in class EventMention_Type

getMedicationFrequency

public int getMedicationFrequency(int addr)

setMedicationFrequency

public void setMedicationFrequency(int addr,
                                   int v)

getMedicationDuration

public int getMedicationDuration(int addr)

setMedicationDuration

public void setMedicationDuration(int addr,
                                  int v)

getMedicationRoute

public int getMedicationRoute(int addr)

setMedicationRoute

public void setMedicationRoute(int addr,
                               int v)

getMedicationStatusChange

public int getMedicationStatusChange(int addr)

setMedicationStatusChange

public void setMedicationStatusChange(int addr,
                                      int v)

getMedicationDosage

public int getMedicationDosage(int addr)

setMedicationDosage

public void setMedicationDosage(int addr,
                                int v)

getMedicationStrength

public int getMedicationStrength(int addr)

setMedicationStrength

public void setMedicationStrength(int addr,
                                  int v)

getMedicationForm

public int getMedicationForm(int addr)

setMedicationForm

public void setMedicationForm(int addr,
                              int v)

getStartDate

public int getStartDate(int addr)

setStartDate

public void setStartDate(int addr,
                         int v)

getEndDate

public int getEndDate(int addr)

setEndDate

public void setEndDate(int addr,
                       int v)


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.