|
||||||||||
| 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 a service for Observation Data via its access object. This is intended for viewers, editors, and analyzers of the data.
| Method Summary | |
void |
addObsDataFromService()
Adds a new Observation Data from the service. |
void |
performService()
Performs the service supported. |
void |
setObsDataListener(ObsDataListenerInterface inListener)
Sets the listener who wants to be notified if the observation data has changed. |
void |
setObservationComponent(gov.lanl.ObservationManager.ObservationComponent inObservationComponent)
Sets the observation component should the object need to get any associated object, like QueryAccess or ObservationMgr. |
void |
setObservationDataAccess(ObsDataAccessInterface inObsDataAccess)
Set the observation data access object to be the recipient of the service. |
void |
setProfile(java.lang.String[] inNameValPairs)
Set the profile for the observation data profile. |
void |
updateObsDataFromService()
Updates the Observation Data from the service. |
| Method Detail |
public void setProfile(java.lang.String[] inNameValPairs)
inNameValPairs - will have pairs of attribute names and values,
(eg "Name" "Charles Brown", "Street" "123 Main").
For COAS this supports the patient demographics, which are
separate from the clinical data. Naturally, a specific
service may ignore the data.public void setObservationDataAccess(ObsDataAccessInterface inObsDataAccess)
inObsDataAccess - is the observation to servicepublic void updateObsDataFromService()
public void addObsDataFromService()
public void performService()
public void setObsDataListener(ObsDataListenerInterface inListener)
inListener - is the listener to notify if the observation data
has changed.public void setObservationComponent(gov.lanl.ObservationManager.ObservationComponent inObservationComponent)
inObservationComponent - used to get the ObservationData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||