edu.harvard.i2b2.crc.datavo.pdo
Class ObservationType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.ObservationType

public class ObservationType
extends Object

Java class for observationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="observationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="event_id">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="patient_id" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}patientIdType"/>
         <element name="concept_cd">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="observer_cd">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="soruce" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="start_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="modifier_cd">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="valuetype_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tval_char" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nval_num">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
                 <attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="valueflag_cd">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="quantity_num" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="units_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="end_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="location_cd">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="confidence_num" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="observation_blob" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}blobType" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ObservationType.ConceptCd
          Java class for anonymous complex type.
static class ObservationType.EventId
          Java class for anonymous complex type.
static class ObservationType.LocationCd
          Java class for anonymous complex type.
static class ObservationType.ModifierCd
          Java class for anonymous complex type.
static class ObservationType.NvalNum
          Java class for anonymous complex type.
static class ObservationType.ObserverCd
          Java class for anonymous complex type.
static class ObservationType.ValueflagCd
          Java class for anonymous complex type.
 
Field Summary
protected  ObservationType.ConceptCd conceptCd
           
protected  BigDecimal confidenceNum
           
protected  XMLGregorianCalendar downloadDate
           
protected  XMLGregorianCalendar endDate
           
protected  ObservationType.EventId eventId
           
protected  XMLGregorianCalendar importDate
           
protected  ObservationType.LocationCd locationCd
           
protected  ObservationType.ModifierCd modifierCd
           
protected  ObservationType.NvalNum nvalNum
           
protected  BlobType observationBlob
           
protected  ObservationType.ObserverCd observerCd
           
protected  PatientIdType patientId
           
protected  BigDecimal quantityNum
           
protected  String sourcesystemCd
           
protected  XMLGregorianCalendar startDate
           
protected  String tvalChar
           
protected  String unitsCd
           
protected  XMLGregorianCalendar updateDate
           
protected  String uploadId
           
protected  ObservationType.ValueflagCd valueflagCd
           
protected  String valuetypeCd
           
 
Constructor Summary
ObservationType()
           
 
Method Summary
 ObservationType.ConceptCd getConceptCd()
          Gets the value of the conceptCd property.
 BigDecimal getConfidenceNum()
          Gets the value of the confidenceNum property.
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 ObservationType.EventId getEventId()
          Gets the value of the eventId property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 ObservationType.LocationCd getLocationCd()
          Gets the value of the locationCd property.
 ObservationType.ModifierCd getModifierCd()
          Gets the value of the modifierCd property.
 ObservationType.NvalNum getNvalNum()
          Gets the value of the nvalNum property.
 BlobType getObservationBlob()
          Gets the value of the observationBlob property.
 ObservationType.ObserverCd getObserverCd()
          Gets the value of the observerCd property.
 PatientIdType getPatientId()
          Gets the value of the patientId property.
 BigDecimal getQuantityNum()
          Gets the value of the quantityNum property.
 String getSourcesystemCd()
          Gets the value of the sourcesystemCd property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 String getTvalChar()
          Gets the value of the tvalChar property.
 String getUnitsCd()
          Gets the value of the unitsCd property.
 XMLGregorianCalendar getUpdateDate()
          Gets the value of the updateDate property.
 String getUploadId()
          Gets the value of the uploadId property.
 ObservationType.ValueflagCd getValueflagCd()
          Gets the value of the valueflagCd property.
 String getValuetypeCd()
          Gets the value of the valuetypeCd property.
 void setConceptCd(ObservationType.ConceptCd value)
          Sets the value of the conceptCd property.
 void setConfidenceNum(BigDecimal value)
          Sets the value of the confidenceNum property.
 void setDownloadDate(XMLGregorianCalendar value)
          Sets the value of the downloadDate property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setEventId(ObservationType.EventId value)
          Sets the value of the eventId property.
 void setImportDate(XMLGregorianCalendar value)
          Sets the value of the importDate property.
 void setLocationCd(ObservationType.LocationCd value)
          Sets the value of the locationCd property.
 void setModifierCd(ObservationType.ModifierCd value)
          Sets the value of the modifierCd property.
 void setNvalNum(ObservationType.NvalNum value)
          Sets the value of the nvalNum property.
 void setObservationBlob(BlobType value)
          Sets the value of the observationBlob property.
 void setObserverCd(ObservationType.ObserverCd value)
          Sets the value of the observerCd property.
 void setPatientId(PatientIdType value)
          Sets the value of the patientId property.
 void setQuantityNum(BigDecimal value)
          Sets the value of the quantityNum property.
 void setSourcesystemCd(String value)
          Sets the value of the sourcesystemCd property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setTvalChar(String value)
          Sets the value of the tvalChar property.
 void setUnitsCd(String value)
          Sets the value of the unitsCd property.
 void setUpdateDate(XMLGregorianCalendar value)
          Sets the value of the updateDate property.
 void setUploadId(String value)
          Sets the value of the uploadId property.
 void setValueflagCd(ObservationType.ValueflagCd value)
          Sets the value of the valueflagCd property.
 void setValuetypeCd(String value)
          Sets the value of the valuetypeCd property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventId

protected ObservationType.EventId eventId

patientId

protected PatientIdType patientId

conceptCd

protected ObservationType.ConceptCd conceptCd

observerCd

protected ObservationType.ObserverCd observerCd

startDate

protected XMLGregorianCalendar startDate

modifierCd

protected ObservationType.ModifierCd modifierCd

valuetypeCd

protected String valuetypeCd

tvalChar

protected String tvalChar

nvalNum

protected ObservationType.NvalNum nvalNum

valueflagCd

protected ObservationType.ValueflagCd valueflagCd

quantityNum

protected BigDecimal quantityNum

unitsCd

protected String unitsCd

endDate

protected XMLGregorianCalendar endDate

locationCd

protected ObservationType.LocationCd locationCd

confidenceNum

protected BigDecimal confidenceNum

observationBlob

protected BlobType observationBlob

updateDate

protected XMLGregorianCalendar updateDate

downloadDate

protected XMLGregorianCalendar downloadDate

importDate

protected XMLGregorianCalendar importDate

sourcesystemCd

protected String sourcesystemCd

uploadId

protected String uploadId
Constructor Detail

ObservationType

public ObservationType()
Method Detail

getEventId

public ObservationType.EventId getEventId()
Gets the value of the eventId property.

Returns:
possible object is ObservationType.EventId

setEventId

public void setEventId(ObservationType.EventId value)
Sets the value of the eventId property.

Parameters:
value - allowed object is ObservationType.EventId

getPatientId

public PatientIdType getPatientId()
Gets the value of the patientId property.

Returns:
possible object is PatientIdType

setPatientId

public void setPatientId(PatientIdType value)
Sets the value of the patientId property.

Parameters:
value - allowed object is PatientIdType

getConceptCd

public ObservationType.ConceptCd getConceptCd()
Gets the value of the conceptCd property.

Returns:
possible object is ObservationType.ConceptCd

setConceptCd

public void setConceptCd(ObservationType.ConceptCd value)
Sets the value of the conceptCd property.

Parameters:
value - allowed object is ObservationType.ConceptCd

getObserverCd

public ObservationType.ObserverCd getObserverCd()
Gets the value of the observerCd property.

Returns:
possible object is ObservationType.ObserverCd

setObserverCd

public void setObserverCd(ObservationType.ObserverCd value)
Sets the value of the observerCd property.

Parameters:
value - allowed object is ObservationType.ObserverCd

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getModifierCd

public ObservationType.ModifierCd getModifierCd()
Gets the value of the modifierCd property.

Returns:
possible object is ObservationType.ModifierCd

setModifierCd

public void setModifierCd(ObservationType.ModifierCd value)
Sets the value of the modifierCd property.

Parameters:
value - allowed object is ObservationType.ModifierCd

getValuetypeCd

public String getValuetypeCd()
Gets the value of the valuetypeCd property.

Returns:
possible object is String

setValuetypeCd

public void setValuetypeCd(String value)
Sets the value of the valuetypeCd property.

Parameters:
value - allowed object is String

getTvalChar

public String getTvalChar()
Gets the value of the tvalChar property.

Returns:
possible object is String

setTvalChar

public void setTvalChar(String value)
Sets the value of the tvalChar property.

Parameters:
value - allowed object is String

getNvalNum

public ObservationType.NvalNum getNvalNum()
Gets the value of the nvalNum property.

Returns:
possible object is ObservationType.NvalNum

setNvalNum

public void setNvalNum(ObservationType.NvalNum value)
Sets the value of the nvalNum property.

Parameters:
value - allowed object is ObservationType.NvalNum

getValueflagCd

public ObservationType.ValueflagCd getValueflagCd()
Gets the value of the valueflagCd property.

Returns:
possible object is ObservationType.ValueflagCd

setValueflagCd

public void setValueflagCd(ObservationType.ValueflagCd value)
Sets the value of the valueflagCd property.

Parameters:
value - allowed object is ObservationType.ValueflagCd

getQuantityNum

public BigDecimal getQuantityNum()
Gets the value of the quantityNum property.

Returns:
possible object is BigDecimal

setQuantityNum

public void setQuantityNum(BigDecimal value)
Sets the value of the quantityNum property.

Parameters:
value - allowed object is BigDecimal

getUnitsCd

public String getUnitsCd()
Gets the value of the unitsCd property.

Returns:
possible object is String

setUnitsCd

public void setUnitsCd(String value)
Sets the value of the unitsCd property.

Parameters:
value - allowed object is String

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLocationCd

public ObservationType.LocationCd getLocationCd()
Gets the value of the locationCd property.

Returns:
possible object is ObservationType.LocationCd

setLocationCd

public void setLocationCd(ObservationType.LocationCd value)
Sets the value of the locationCd property.

Parameters:
value - allowed object is ObservationType.LocationCd

getConfidenceNum

public BigDecimal getConfidenceNum()
Gets the value of the confidenceNum property.

Returns:
possible object is BigDecimal

setConfidenceNum

public void setConfidenceNum(BigDecimal value)
Sets the value of the confidenceNum property.

Parameters:
value - allowed object is BigDecimal

getObservationBlob

public BlobType getObservationBlob()
Gets the value of the observationBlob property.

Returns:
possible object is BlobType

setObservationBlob

public void setObservationBlob(BlobType value)
Sets the value of the observationBlob property.

Parameters:
value - allowed object is BlobType

getUpdateDate

public XMLGregorianCalendar getUpdateDate()
Gets the value of the updateDate property.

Returns:
possible object is XMLGregorianCalendar

setUpdateDate

public void setUpdateDate(XMLGregorianCalendar value)
Sets the value of the updateDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDownloadDate

public XMLGregorianCalendar getDownloadDate()
Gets the value of the downloadDate property.

Returns:
possible object is XMLGregorianCalendar

setDownloadDate

public void setDownloadDate(XMLGregorianCalendar value)
Sets the value of the downloadDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getImportDate

public XMLGregorianCalendar getImportDate()
Gets the value of the importDate property.

Returns:
possible object is XMLGregorianCalendar

setImportDate

public void setImportDate(XMLGregorianCalendar value)
Sets the value of the importDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSourcesystemCd

public String getSourcesystemCd()
Gets the value of the sourcesystemCd property.

Returns:
possible object is String

setSourcesystemCd

public void setSourcesystemCd(String value)
Sets the value of the sourcesystemCd property.

Parameters:
value - allowed object is String

getUploadId

public String getUploadId()
Gets the value of the uploadId property.

Returns:
possible object is String

setUploadId

public void setUploadId(String value)
Sets the value of the uploadId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.