org.apache.ctakes.typesystem.type.structured
Class Demographics_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.ctakes.typesystem.type.structured.Demographics_Type

public class Demographics_Type
extends org.apache.uima.jcas.cas.TOP_Type

Demographic information about the patient in a clinical document. Typically comes from structured metadata. Updated by JCasGen Thu Nov 28 10:34:46 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
Demographics_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 String getBirthDate(int addr)
           
 String getDeathDate(int addr)
           
 String getFirstName(int addr)
           
 String getFirstNameSoundex(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 String getGender(int addr)
           
 String getLastName(int addr)
           
 String getLastNameSoundex(int addr)
           
 String getMiddleName(int addr)
           
 void setBirthDate(int addr, String v)
           
 void setDeathDate(int addr, String v)
           
 void setFirstName(int addr, String v)
           
 void setFirstNameSoundex(int addr, String v)
           
 void setGender(int addr, String v)
           
 void setLastName(int addr, String v)
           
 void setLastNameSoundex(int addr, String v)
           
 void setMiddleName(int addr, String v)
           
 
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

Demographics_Type

public Demographics_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 org.apache.uima.jcas.cas.TOP_Type

getBirthDate

public String getBirthDate(int addr)

setBirthDate

public void setBirthDate(int addr,
                         String v)

getDeathDate

public String getDeathDate(int addr)

setDeathDate

public void setDeathDate(int addr,
                         String v)

getGender

public String getGender(int addr)

setGender

public void setGender(int addr,
                      String v)

getFirstName

public String getFirstName(int addr)

setFirstName

public void setFirstName(int addr,
                         String v)

getMiddleName

public String getMiddleName(int addr)

setMiddleName

public void setMiddleName(int addr,
                          String v)

getLastName

public String getLastName(int addr)

setLastName

public void setLastName(int addr,
                        String v)

getFirstNameSoundex

public String getFirstNameSoundex(int addr)

setFirstNameSoundex

public void setFirstNameSoundex(int addr,
                                String v)

getLastNameSoundex

public String getLastNameSoundex(int addr)

setLastNameSoundex

public void setLastNameSoundex(int addr,
                               String v)


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