org.tolven.trim.ex
Class ActEx

java.lang.Object
  extended by org.tolven.trim.InfrastructureRoot
      extended by org.tolven.trim.Act
          extended by org.tolven.trim.ex.ActEx
All Implemented Interfaces:
java.io.Serializable

public class ActEx
extends Act
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ActEx()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCodeValue()
           
 ObservationEx getObservationEx()
           
 java.util.Map<java.lang.String,ActParticipation> getParticipation()
           
 java.util.Map<java.lang.String,ActRelationship> getRelationship()
           
 int hashCode()
           
 void merge(Act a_act)
           
 java.lang.String toString()
           
 
Methods inherited from class org.tolven.trim.Act
getActivityTime, getAvailabilityTime, getClassCode, getCode, getComputes, getConfidentialityCode, getDerivationExpr, getEffectiveTime, getId, getIndependentInd, getInterruptibleInd, getLanguageCode, getLevelCode, getMoodCode, getNegationInd, getObservation, getParticipations, getPatientEncounter, getPriorityCode, getProcedure, getReasonCode, getRelationships, getRepeatNumber, getStatusCode, getSubstanceAdministration, getSupply, getText, getTitle, getTransition, getTransitions, getUncertaintyCode, setActivityTime, setAvailabilityTime, setClassCode, setCode, setConfidentialityCode, setDerivationExpr, setEffectiveTime, setId, setIndependentInd, setInterruptibleInd, setLanguageCode, setLevelCode, setMoodCode, setNegationInd, setObservation, setPatientEncounter, setPriorityCode, setProcedure, setReasonCode, setRepeatNumber, setStatusCode, setSubstanceAdministration, setSupply, setText, setTitle, setTransition, setTransitions, setUncertaintyCode
 
Methods inherited from class org.tolven.trim.InfrastructureRoot
getBinds, getDrilldown, getFroms, getInternalId, getLabel, getPage, getRealmCodes, getTypeId, getUpdates, setDrilldown, setInternalId, setLabel, setPage, setTypeId
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActEx

public ActEx()
Method Detail

getCodeValue

public java.lang.String getCodeValue()

getRelationship

public java.util.Map<java.lang.String,ActRelationship> getRelationship()

getParticipation

public java.util.Map<java.lang.String,ActParticipation> getParticipation()

getObservationEx

public ObservationEx getObservationEx()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

merge

public void merge(Act a_act)