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

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.ctakes.typesystem.type.structured.Metadata
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.FeatureStructure

public class Metadata
extends org.apache.uima.jcas.cas.TOP

Structured data that captures information about the document, patient, or context of the clinical text. 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 Metadata()
          Never called.
  Metadata(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  Metadata(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 Demographics getDemographics()
          getter for demographics - gets
 long getPatientID()
          getter for patientID - gets
 org.apache.uima.jcas.cas.LongArray getProviderID()
          getter for providerID - gets
 long getProviderID(int i)
          indexed getter for providerID - gets an indexed value -
 SourceData getSourceData()
          getter for sourceData - gets
 int getTypeIndexID()
           
 void setDemographics(Demographics v)
          setter for demographics - sets
 void setPatientID(long v)
          setter for patientID - sets
 void setProviderID(int i, long v)
          indexed setter for providerID - sets an indexed value -
 void setProviderID(org.apache.uima.jcas.cas.LongArray v)
          setter for providerID - sets
 void setSourceData(SourceData v)
          setter for sourceData - sets
 
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
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

Metadata

protected Metadata()
Never called. Disable default constructor


Metadata

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


Metadata

public Metadata(org.apache.uima.jcas.JCas jcas)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.cas.TOP

getPatientID

public long getPatientID()
getter for patientID - gets


setPatientID

public void setPatientID(long v)
setter for patientID - sets


getProviderID

public org.apache.uima.jcas.cas.LongArray getProviderID()
getter for providerID - gets


setProviderID

public void setProviderID(org.apache.uima.jcas.cas.LongArray v)
setter for providerID - sets


getProviderID

public long getProviderID(int i)
indexed getter for providerID - gets an indexed value -


setProviderID

public void setProviderID(int i,
                          long v)
indexed setter for providerID - sets an indexed value -


getSourceData

public SourceData getSourceData()
getter for sourceData - gets


setSourceData

public void setSourceData(SourceData v)
setter for sourceData - sets


getDemographics

public Demographics getDemographics()
getter for demographics - gets


setDemographics

public void setDemographics(Demographics v)
setter for demographics - sets



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