org.tolven.ccr
Class ResultType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.ResultType

public class ResultType
extends CCRCodedDataObjectType

Java class for ResultType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Field Summary
static java.lang.String ANGIOGRAPHY_TYPE
           
static java.lang.String CARDIAC_ECHO_TYPE
           
static java.lang.String CHEMISTRY_TYPE
           
static java.lang.String COLLECTION_DATE
           
static java.lang.String CT_TYPE
           
static java.lang.String HEMATOLOGY_TYPE
           
static java.lang.String IMAGING_X_RAY_TYPE
           
static java.lang.String MICROBIOLOGY_TYPE
           
static java.lang.String MRI_TYPE
           
static java.lang.String NUCLEAR_MEDICINE_TYPE
           
static java.lang.String PATHOLOGY_TYPE
           
static java.lang.String PROCEDURE_TYPE
           
static java.lang.String SEROLOGY_TYPE
           
static java.lang.String TOXICOLOGY_TYPE
           
static java.lang.String ULTRASOUND_TYPE
           
static java.lang.String VIROLOGY_TYPE
           
 
Constructor Summary
ResultType()
           
 
Method Summary
 java.util.List<ProcedureType> getProcedure()
          Gets the value of the procedure property.
 CodedDescriptionType getSubstance()
          Gets the value of the substance property.
 java.util.List<TestType> getTest()
          Gets the value of the test property.
 void setSubstance(CodedDescriptionType value)
          Sets the value of the substance property.
 
Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION_DATE

public static final java.lang.String COLLECTION_DATE
See Also:
Constant Field Values

HEMATOLOGY_TYPE

public static final java.lang.String HEMATOLOGY_TYPE
See Also:
Constant Field Values

CHEMISTRY_TYPE

public static final java.lang.String CHEMISTRY_TYPE
See Also:
Constant Field Values

SEROLOGY_TYPE

public static final java.lang.String SEROLOGY_TYPE
See Also:
Constant Field Values

VIROLOGY_TYPE

public static final java.lang.String VIROLOGY_TYPE
See Also:
Constant Field Values

TOXICOLOGY_TYPE

public static final java.lang.String TOXICOLOGY_TYPE
See Also:
Constant Field Values

MICROBIOLOGY_TYPE

public static final java.lang.String MICROBIOLOGY_TYPE
See Also:
Constant Field Values

PATHOLOGY_TYPE

public static final java.lang.String PATHOLOGY_TYPE
See Also:
Constant Field Values

IMAGING_X_RAY_TYPE

public static final java.lang.String IMAGING_X_RAY_TYPE
See Also:
Constant Field Values

ULTRASOUND_TYPE

public static final java.lang.String ULTRASOUND_TYPE
See Also:
Constant Field Values

CT_TYPE

public static final java.lang.String CT_TYPE
See Also:
Constant Field Values

MRI_TYPE

public static final java.lang.String MRI_TYPE
See Also:
Constant Field Values

ANGIOGRAPHY_TYPE

public static final java.lang.String ANGIOGRAPHY_TYPE
See Also:
Constant Field Values

CARDIAC_ECHO_TYPE

public static final java.lang.String CARDIAC_ECHO_TYPE
See Also:
Constant Field Values

NUCLEAR_MEDICINE_TYPE

public static final java.lang.String NUCLEAR_MEDICINE_TYPE
See Also:
Constant Field Values

PROCEDURE_TYPE

public static final java.lang.String PROCEDURE_TYPE
See Also:
Constant Field Values
Constructor Detail

ResultType

public ResultType()
Method Detail

getProcedure

public java.util.List<ProcedureType> getProcedure()
Gets the value of the procedure property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the procedure property.

For example, to add a new item, do as follows:

    getProcedure().add(newItem);
 

Objects of the following type(s) are allowed in the list ProcedureType


getSubstance

public CodedDescriptionType getSubstance()
Gets the value of the substance property.

Returns:
possible object is CodedDescriptionType

setSubstance

public void setSubstance(CodedDescriptionType value)
Sets the value of the substance property.

Parameters:
value - allowed object is CodedDescriptionType

getTest

public java.util.List<TestType> getTest()
Gets the value of the test property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the test property.

For example, to add a new item, do as follows:

    getTest().add(newItem);
 

Objects of the following type(s) are allowed in the list TestType