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

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.SourceData
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.FeatureStructure

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

Information about the caregiving setting for the clinical document. Typically comes from structured metadata. Updated by JCasGen Thu Nov 28 10:33:42 CST 2013 XML source: C:/build-Apache-cTAKES/ctakes-3.1.1/rc2/checkout/ctakes/target/checkout/ctakes-side-effect/src/main/resources/org/apache/ctakes/sideeffect/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 SourceData()
          Never called.
  SourceData(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  SourceData(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 String getAuthorSpecialty()
          getter for authorSpecialty - gets
 String getDocumentStandard()
          getter for documentStandard - gets
 String getNoteSubTypeCode()
          getter for noteSubTypeCode - gets
 String getNoteTypeCode()
          getter for noteTypeCode - gets
 String getSourceApplication()
          getter for sourceApplication - gets
 String getSourceEncounterId()
          getter for sourceEncounterId - gets
 String getSourceInstanceId()
          getter for sourceInstanceId - gets
 String getSourceInstitution()
          getter for sourceInstitution - gets
 String getSourceOriginalDate()
          getter for sourceOriginalDate - gets
 String getSourceRevisionDate()
          getter for sourceRevisionDate - gets
 int getSourceRevisionNbr()
          getter for sourceRevisionNbr - gets
 int getTypeIndexID()
           
 void setAuthorSpecialty(String v)
          setter for authorSpecialty - sets
 void setDocumentStandard(String v)
          setter for documentStandard - sets
 void setNoteSubTypeCode(String v)
          setter for noteSubTypeCode - sets
 void setNoteTypeCode(String v)
          setter for noteTypeCode - sets
 void setSourceApplication(String v)
          setter for sourceApplication - sets
 void setSourceEncounterId(String v)
          setter for sourceEncounterId - sets
 void setSourceInstanceId(String v)
          setter for sourceInstanceId - sets
 void setSourceInstitution(String v)
          setter for sourceInstitution - sets
 void setSourceOriginalDate(String v)
          setter for sourceOriginalDate - sets
 void setSourceRevisionDate(String v)
          setter for sourceRevisionDate - sets
 void setSourceRevisionNbr(int v)
          setter for sourceRevisionNbr - 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

SourceData

protected SourceData()
Never called. Disable default constructor


SourceData

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


SourceData

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

getTypeIndexID

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

getNoteTypeCode

public String getNoteTypeCode()
getter for noteTypeCode - gets


setNoteTypeCode

public void setNoteTypeCode(String v)
setter for noteTypeCode - sets


getNoteSubTypeCode

public String getNoteSubTypeCode()
getter for noteSubTypeCode - gets


setNoteSubTypeCode

public void setNoteSubTypeCode(String v)
setter for noteSubTypeCode - sets


getAuthorSpecialty

public String getAuthorSpecialty()
getter for authorSpecialty - gets


setAuthorSpecialty

public void setAuthorSpecialty(String v)
setter for authorSpecialty - sets


getDocumentStandard

public String getDocumentStandard()
getter for documentStandard - gets


setDocumentStandard

public void setDocumentStandard(String v)
setter for documentStandard - sets


getSourceInstanceId

public String getSourceInstanceId()
getter for sourceInstanceId - gets


setSourceInstanceId

public void setSourceInstanceId(String v)
setter for sourceInstanceId - sets


getSourceRevisionNbr

public int getSourceRevisionNbr()
getter for sourceRevisionNbr - gets


setSourceRevisionNbr

public void setSourceRevisionNbr(int v)
setter for sourceRevisionNbr - sets


getSourceRevisionDate

public String getSourceRevisionDate()
getter for sourceRevisionDate - gets


setSourceRevisionDate

public void setSourceRevisionDate(String v)
setter for sourceRevisionDate - sets


getSourceOriginalDate

public String getSourceOriginalDate()
getter for sourceOriginalDate - gets


setSourceOriginalDate

public void setSourceOriginalDate(String v)
setter for sourceOriginalDate - sets


getSourceInstitution

public String getSourceInstitution()
getter for sourceInstitution - gets


setSourceInstitution

public void setSourceInstitution(String v)
setter for sourceInstitution - sets


getSourceEncounterId

public String getSourceEncounterId()
getter for sourceEncounterId - gets


setSourceEncounterId

public void setSourceEncounterId(String v)
setter for sourceEncounterId - sets


getSourceApplication

public String getSourceApplication()
getter for sourceApplication - gets


setSourceApplication

public void setSourceApplication(String v)
setter for sourceApplication - sets



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