|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CCRCodedDataObjectType
org.tolven.ccr.ResultType
public class ResultType
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 |
|---|
public static final java.lang.String COLLECTION_DATE
public static final java.lang.String HEMATOLOGY_TYPE
public static final java.lang.String CHEMISTRY_TYPE
public static final java.lang.String SEROLOGY_TYPE
public static final java.lang.String VIROLOGY_TYPE
public static final java.lang.String TOXICOLOGY_TYPE
public static final java.lang.String MICROBIOLOGY_TYPE
public static final java.lang.String PATHOLOGY_TYPE
public static final java.lang.String IMAGING_X_RAY_TYPE
public static final java.lang.String ULTRASOUND_TYPE
public static final java.lang.String CT_TYPE
public static final java.lang.String MRI_TYPE
public static final java.lang.String ANGIOGRAPHY_TYPE
public static final java.lang.String CARDIAC_ECHO_TYPE
public static final java.lang.String NUCLEAR_MEDICINE_TYPE
public static final java.lang.String PROCEDURE_TYPE
| Constructor Detail |
|---|
public ResultType()
| Method Detail |
|---|
public java.util.List<ProcedureType> getProcedure()
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
public CodedDescriptionType getSubstance()
CodedDescriptionTypepublic void setSubstance(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.util.List<TestType> getTest()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||