|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface describing all of the required functions for an agent for observation data. For a single high level observation data (eg History or Summary from Telemed), it provides the support for the data needed to place and icon on the graphic patient record, and when desired to display the contents in a separate window and to update the contents from the separate display
| Method Summary | |
gov.lanl.Utility.DateTime |
getBeginTime()
Returns the begin time or null for the hight level Observation Data |
org.omg.DsObservationAccess.ObservationDataStruct |
getCompositeByName(java.lang.String inName)
Finds the composite in the main level composites by name and returns it. |
java.lang.String |
getCompositeValueByName(java.lang.String inName)
Finds the composite content in the main level composits by name and returns the associated value as a string |
gov.lanl.Utility.DateTime |
getEndTime()
Returns the end time or null for the high level Observation Data |
org.omg.DsObservationAccess.ObservationDataStruct |
getObsData()
Returns the complete single high level Observation Data |
java.lang.String |
getObsDataType()
Returns the type of the high level Observation Data. |
org.omg.DsObservationAccess.ObservationId |
getObservationId()
Finds the observation id from the qualifiers |
java.lang.String |
getObsIdCodeString()
gets the string used to find the ObjectId. |
org.omg.DsObservationAccess.ObservationDataStruct |
getQualifierByName(java.lang.String inName)
Finds the qualifier in the main level qualifiers by name and returns it. |
java.lang.String |
getQualifierValueByName(java.lang.String inName)
Finds the qualifier content in the main level qualifiers by name and returns the associated value as a string |
boolean |
isPointInTime()
Returns true if the high level Observation Data is a point in time event |
boolean |
isTimeSpan()
Returns true if the high level Observation Data is a time span event |
void |
setObsData(org.omg.DsObservationAccess.ObservationDataStruct inObsData)
Sets the complete single high level Observation Data |
void |
setObsIdCodeString(java.lang.String inObsIdCodeString)
Sets the string to be used to find the ObjectId. |
| Method Detail |
public org.omg.DsObservationAccess.ObservationDataStruct getObsData()
public void setObsData(org.omg.DsObservationAccess.ObservationDataStruct inObsData)
public java.lang.String getObsDataType()
public gov.lanl.Utility.DateTime getBeginTime()
public gov.lanl.Utility.DateTime getEndTime()
public boolean isPointInTime()
public boolean isTimeSpan()
public org.omg.DsObservationAccess.ObservationDataStruct getQualifierByName(java.lang.String inName)
throws ObsDataAccessException
inName - is the name to look for
ObsDataAccessException
public org.omg.DsObservationAccess.ObservationDataStruct getCompositeByName(java.lang.String inName)
throws ObsDataAccessException
inName - is the name to look for
ObsDataAccessException
public java.lang.String getQualifierValueByName(java.lang.String inName)
throws ObsDataAccessException
ObsDataAccessException
public java.lang.String getCompositeValueByName(java.lang.String inName)
throws ObsDataAccessException
ObsDataAccessException
public org.omg.DsObservationAccess.ObservationId getObservationId()
throws ObsDataAccessException
ObsDataAccessExceptionpublic void setObsIdCodeString(java.lang.String inObsIdCodeString)
inObsIdCodeString - is the string by which the ObjectId is knownpublic java.lang.String getObsIdCodeString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||