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

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.uima.jcas.cas.AnnotationBase
              extended by org.apache.uima.jcas.tcas.Annotation
                  extended by org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
                      extended by org.apache.ctakes.typesystem.type.textsem.EventMention
                          extended by org.apache.ctakes.typesystem.type.textsem.DiseaseDisorderMention
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.AnnotationBaseFS, org.apache.uima.cas.FeatureStructure, org.apache.uima.cas.text.AnnotationFS

public class DiseaseDisorderMention
extends EventMention

A text string that refers to a (DiseaseDisorder) Event. This is from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate). Based on generic Clinical Element Models (CEMs) Updated by JCasGen Wed Nov 27 20:11:48 CST 2013 XML source: C:/build-Apache-cTAKES/ctakes-3.1.1/rc2/checkout/ctakes/target/checkout/ctakes-type-system/src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
protected DiseaseDisorderMention()
          Never called.
  DiseaseDisorderMention(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  DiseaseDisorderMention(org.apache.uima.jcas.JCas jcas)
           
  DiseaseDisorderMention(org.apache.uima.jcas.JCas jcas, int begin, int end)
           
 
Method Summary
 ManagesTreatsTextRelation getAlleviatingFactor()
          getter for alleviatingFactor - gets
 ManifestationOfTextRelation getAssociatedSignSymptom()
          getter for associatedSignSymptom - gets
 BodyLateralityModifier getBodyLaterality()
          getter for bodyLaterality - gets
 LocationOfTextRelation getBodyLocation()
          getter for bodyLocation - gets
 BodySideModifier getBodySide()
          getter for bodySide - gets
 DegreeOfTextRelation getCourse()
          getter for course - gets
 TemporalTextRelation getDuration()
          getter for duration - gets
 TimeMention getEndTime()
          getter for endTime - gets
 ComplicatesDisruptsTextRelation getExacerbatingFactor()
          getter for exacerbatingFactor - gets
 TemporalTextRelation getRelativeTemporalContext()
          getter for relativeTemporalContext - gets
 DegreeOfTextRelation getSeverity()
          getter for severity - gets
 TimeMention getStartTime()
          getter for startTime - gets
 int getTypeIndexID()
           
 void setAlleviatingFactor(ManagesTreatsTextRelation v)
          setter for alleviatingFactor - sets
 void setAssociatedSignSymptom(ManifestationOfTextRelation v)
          setter for associatedSignSymptom - sets
 void setBodyLaterality(BodyLateralityModifier v)
          setter for bodyLaterality - sets
 void setBodyLocation(LocationOfTextRelation v)
          setter for bodyLocation - sets
 void setBodySide(BodySideModifier v)
          setter for bodySide - sets
 void setCourse(DegreeOfTextRelation v)
          setter for course - sets
 void setDuration(TemporalTextRelation v)
          setter for duration - sets
 void setEndTime(TimeMention v)
          setter for endTime - sets
 void setExacerbatingFactor(ComplicatesDisruptsTextRelation v)
          setter for exacerbatingFactor - sets
 void setRelativeTemporalContext(TemporalTextRelation v)
          setter for relativeTemporalContext - sets
 void setSeverity(DegreeOfTextRelation v)
          setter for severity - sets
 void setStartTime(TimeMention v)
          setter for startTime - sets
 
Methods inherited from class org.apache.ctakes.typesystem.type.textsem.EventMention
getEvent, setEvent
 
Methods inherited from class org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation
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
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
 
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase
getSofa, getView
 
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS
getView
 
Methods inherited from interface org.apache.uima.cas.FeatureStructure
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

DiseaseDisorderMention

protected DiseaseDisorderMention()
Never called. Disable default constructor


DiseaseDisorderMention

public DiseaseDisorderMention(int addr,
                              org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


DiseaseDisorderMention

public DiseaseDisorderMention(org.apache.uima.jcas.JCas jcas)

DiseaseDisorderMention

public DiseaseDisorderMention(org.apache.uima.jcas.JCas jcas,
                              int begin,
                              int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class EventMention

getAlleviatingFactor

public ManagesTreatsTextRelation getAlleviatingFactor()
getter for alleviatingFactor - gets


setAlleviatingFactor

public void setAlleviatingFactor(ManagesTreatsTextRelation v)
setter for alleviatingFactor - sets


getAssociatedSignSymptom

public ManifestationOfTextRelation getAssociatedSignSymptom()
getter for associatedSignSymptom - gets


setAssociatedSignSymptom

public void setAssociatedSignSymptom(ManifestationOfTextRelation v)
setter for associatedSignSymptom - sets


getBodyLaterality

public BodyLateralityModifier getBodyLaterality()
getter for bodyLaterality - gets


setBodyLaterality

public void setBodyLaterality(BodyLateralityModifier v)
setter for bodyLaterality - sets


getBodySide

public BodySideModifier getBodySide()
getter for bodySide - gets


setBodySide

public void setBodySide(BodySideModifier v)
setter for bodySide - sets


getBodyLocation

public LocationOfTextRelation getBodyLocation()
getter for bodyLocation - gets


setBodyLocation

public void setBodyLocation(LocationOfTextRelation v)
setter for bodyLocation - sets


getCourse

public DegreeOfTextRelation getCourse()
getter for course - gets


setCourse

public void setCourse(DegreeOfTextRelation v)
setter for course - sets


getDuration

public TemporalTextRelation getDuration()
getter for duration - gets


setDuration

public void setDuration(TemporalTextRelation v)
setter for duration - sets


getEndTime

public TimeMention getEndTime()
getter for endTime - gets


setEndTime

public void setEndTime(TimeMention v)
setter for endTime - sets


getExacerbatingFactor

public ComplicatesDisruptsTextRelation getExacerbatingFactor()
getter for exacerbatingFactor - gets


setExacerbatingFactor

public void setExacerbatingFactor(ComplicatesDisruptsTextRelation v)
setter for exacerbatingFactor - sets


getStartTime

public TimeMention getStartTime()
getter for startTime - gets


setStartTime

public void setStartTime(TimeMention v)
setter for startTime - sets


getRelativeTemporalContext

public TemporalTextRelation getRelativeTemporalContext()
getter for relativeTemporalContext - gets


setRelativeTemporalContext

public void setRelativeTemporalContext(TemporalTextRelation v)
setter for relativeTemporalContext - sets


getSeverity

public DegreeOfTextRelation getSeverity()
getter for severity - gets


setSeverity

public void setSeverity(DegreeOfTextRelation v)
setter for severity - sets



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