org.tolven.trim
Class Act

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

public class Act
extends InfrastructureRoot
implements java.io.Serializable

Java class for Act complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Act">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}InfrastructureRoot">
       <sequence>
         <element name="transitions" type="{urn:tolven-org:trim:4.0}ActTransitions" minOccurs="0"/>
         <element name="transition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{urn:tolven-org:trim:4.0}SET_IISlot" minOccurs="0"/>
         <element name="code" type="{urn:tolven-org:trim:4.0}CDSlot" minOccurs="0"/>
         <element name="negationInd" type="{urn:tolven-org:trim:4.0}BLSlot" minOccurs="0"/>
         <element name="statusCode" type="{urn:tolven-org:trim:4.0}ActStatus" minOccurs="0"/>
         <element name="derivationExpr" type="{urn:tolven-org:trim:4.0}STSlot" minOccurs="0"/>
         <element name="title" type="{urn:tolven-org:trim:4.0}EDSlot" minOccurs="0"/>
         <element name="text" type="{urn:tolven-org:trim:4.0}EDSlot" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:tolven-org:trim:4.0}GTSSlot" minOccurs="0"/>
         <element name="activityTime" type="{urn:tolven-org:trim:4.0}GTSSlot" minOccurs="0"/>
         <element name="availabilityTime" type="{urn:tolven-org:trim:4.0}TSSlot" minOccurs="0"/>
         <element name="priorityCode" type="{urn:tolven-org:trim:4.0}SET_CESlot" minOccurs="0"/>
         <element name="confidentialityCode" type="{urn:tolven-org:trim:4.0}SET_CESlot" minOccurs="0"/>
         <element name="repeatNumber" type="{urn:tolven-org:trim:4.0}IVLINTSlot" minOccurs="0"/>
         <element name="interruptibleInd" type="{urn:tolven-org:trim:4.0}BLSlot" minOccurs="0"/>
         <element name="independentInd" type="{urn:tolven-org:trim:4.0}BLSlot" minOccurs="0"/>
         <element name="uncertaintyCode" type="{urn:tolven-org:trim:4.0}CSSlot" minOccurs="0"/>
         <element name="reasonCode" type="{urn:tolven-org:trim:4.0}SET_CESlot" minOccurs="0"/>
         <element name="languageCode" type="{urn:tolven-org:trim:4.0}CESlot" minOccurs="0"/>
         <element name="observation" type="{urn:tolven-org:trim:4.0}Observation" minOccurs="0"/>
         <element name="patientEncounter" type="{urn:tolven-org:trim:4.0}PatientEncounter" minOccurs="0"/>
         <element name="procedure" type="{urn:tolven-org:trim:4.0}Procedure" minOccurs="0"/>
         <element name="substanceAdministration" type="{urn:tolven-org:trim:4.0}SubstanceAdministration" minOccurs="0"/>
         <element name="supply" type="{urn:tolven-org:trim:4.0}Supply" minOccurs="0"/>
         <element name="participation" type="{urn:tolven-org:trim:4.0}ActParticipation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="relationship" type="{urn:tolven-org:trim:4.0}ActRelationship" maxOccurs="unbounded" minOccurs="0"/>
         <element name="compute" type="{urn:tolven-org:trim:4.0}Compute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="classCode" use="required" type="{urn:tolven-org:trim:4.0}ActClass" />
       <attribute name="moodCode" use="required" type="{urn:tolven-org:trim:4.0}ActMood" />
       <attribute name="levelCode" type="{urn:tolven-org:trim:4.0}cs" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Act()
           
 
Method Summary
 GTSSlot getActivityTime()
          Gets the value of the activityTime property.
 TSSlot getAvailabilityTime()
          Gets the value of the availabilityTime property.
 ActClass getClassCode()
          Gets the value of the classCode property.
 CDSlot getCode()
          Gets the value of the code property.
 java.util.List<Compute> getComputes()
          Gets the value of the computes property.
 SETCESlot getConfidentialityCode()
          Gets the value of the confidentialityCode property.
 STSlot getDerivationExpr()
          Gets the value of the derivationExpr property.
 GTSSlot getEffectiveTime()
          Gets the value of the effectiveTime property.
 SETIISlot getId()
          Gets the value of the id property.
 BLSlot getIndependentInd()
          Gets the value of the independentInd property.
 BLSlot getInterruptibleInd()
          Gets the value of the interruptibleInd property.
 CESlot getLanguageCode()
          Gets the value of the languageCode property.
 java.lang.String getLevelCode()
          Gets the value of the levelCode property.
 ActMood getMoodCode()
          Gets the value of the moodCode property.
 BLSlot getNegationInd()
          Gets the value of the negationInd property.
 Observation getObservation()
          Gets the value of the observation property.
 java.util.List<ActParticipation> getParticipations()
          Gets the value of the participations property.
 PatientEncounter getPatientEncounter()
          Gets the value of the patientEncounter property.
 SETCESlot getPriorityCode()
          Gets the value of the priorityCode property.
 Procedure getProcedure()
          Gets the value of the procedure property.
 SETCESlot getReasonCode()
          Gets the value of the reasonCode property.
 java.util.List<ActRelationship> getRelationships()
          Gets the value of the relationships property.
 IVLINTSlot getRepeatNumber()
          Gets the value of the repeatNumber property.
 ActStatus getStatusCode()
          Gets the value of the statusCode property.
 SubstanceAdministration getSubstanceAdministration()
          Gets the value of the substanceAdministration property.
 Supply getSupply()
          Gets the value of the supply property.
 EDSlot getText()
          Gets the value of the text property.
 EDSlot getTitle()
          Gets the value of the title property.
 java.lang.String getTransition()
          Gets the value of the transition property.
 ActTransitions getTransitions()
          Gets the value of the transitions property.
 CSSlot getUncertaintyCode()
          Gets the value of the uncertaintyCode property.
 void setActivityTime(GTSSlot value)
          Sets the value of the activityTime property.
 void setAvailabilityTime(TSSlot value)
          Sets the value of the availabilityTime property.
 void setClassCode(ActClass value)
          Sets the value of the classCode property.
 void setCode(CDSlot value)
          Sets the value of the code property.
 void setConfidentialityCode(SETCESlot value)
          Sets the value of the confidentialityCode property.
 void setDerivationExpr(STSlot value)
          Sets the value of the derivationExpr property.
 void setEffectiveTime(GTSSlot value)
          Sets the value of the effectiveTime property.
 void setId(SETIISlot value)
          Sets the value of the id property.
 void setIndependentInd(BLSlot value)
          Sets the value of the independentInd property.
 void setInterruptibleInd(BLSlot value)
          Sets the value of the interruptibleInd property.
 void setLanguageCode(CESlot value)
          Sets the value of the languageCode property.
 void setLevelCode(java.lang.String value)
          Sets the value of the levelCode property.
 void setMoodCode(ActMood value)
          Sets the value of the moodCode property.
 void setNegationInd(BLSlot value)
          Sets the value of the negationInd property.
 void setObservation(Observation value)
          Sets the value of the observation property.
 void setPatientEncounter(PatientEncounter value)
          Sets the value of the patientEncounter property.
 void setPriorityCode(SETCESlot value)
          Sets the value of the priorityCode property.
 void setProcedure(Procedure value)
          Sets the value of the procedure property.
 void setReasonCode(SETCESlot value)
          Sets the value of the reasonCode property.
 void setRepeatNumber(IVLINTSlot value)
          Sets the value of the repeatNumber property.
 void setStatusCode(ActStatus value)
          Sets the value of the statusCode property.
 void setSubstanceAdministration(SubstanceAdministration value)
          Sets the value of the substanceAdministration property.
 void setSupply(Supply value)
          Sets the value of the supply property.
 void setText(EDSlot value)
          Sets the value of the text property.
 void setTitle(EDSlot value)
          Sets the value of the title property.
 void setTransition(java.lang.String value)
          Sets the value of the transition property.
 void setTransitions(ActTransitions value)
          Sets the value of the transitions property.
 void setUncertaintyCode(CSSlot value)
          Sets the value of the uncertaintyCode property.
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Act

public Act()
Method Detail

getTransitions

public ActTransitions getTransitions()
Gets the value of the transitions property.

Returns:
possible object is ActTransitions

setTransitions

public void setTransitions(ActTransitions value)
Sets the value of the transitions property.

Parameters:
value - allowed object is ActTransitions

getTransition

public java.lang.String getTransition()
Gets the value of the transition property.

Returns:
possible object is String

setTransition

public void setTransition(java.lang.String value)
Sets the value of the transition property.

Parameters:
value - allowed object is String

getId

public SETIISlot getId()
Gets the value of the id property.

Returns:
possible object is SETIISlot

setId

public void setId(SETIISlot value)
Sets the value of the id property.

Parameters:
value - allowed object is SETIISlot

getCode

public CDSlot getCode()
Gets the value of the code property.

Returns:
possible object is CDSlot

setCode

public void setCode(CDSlot value)
Sets the value of the code property.

Parameters:
value - allowed object is CDSlot

getNegationInd

public BLSlot getNegationInd()
Gets the value of the negationInd property.

Returns:
possible object is BLSlot

setNegationInd

public void setNegationInd(BLSlot value)
Sets the value of the negationInd property.

Parameters:
value - allowed object is BLSlot

getStatusCode

public ActStatus getStatusCode()
Gets the value of the statusCode property.

Returns:
possible object is ActStatus

setStatusCode

public void setStatusCode(ActStatus value)
Sets the value of the statusCode property.

Parameters:
value - allowed object is ActStatus

getDerivationExpr

public STSlot getDerivationExpr()
Gets the value of the derivationExpr property.

Returns:
possible object is STSlot

setDerivationExpr

public void setDerivationExpr(STSlot value)
Sets the value of the derivationExpr property.

Parameters:
value - allowed object is STSlot

getTitle

public EDSlot getTitle()
Gets the value of the title property.

Returns:
possible object is EDSlot

setTitle

public void setTitle(EDSlot value)
Sets the value of the title property.

Parameters:
value - allowed object is EDSlot

getText

public EDSlot getText()
Gets the value of the text property.

Returns:
possible object is EDSlot

setText

public void setText(EDSlot value)
Sets the value of the text property.

Parameters:
value - allowed object is EDSlot

getEffectiveTime

public GTSSlot getEffectiveTime()
Gets the value of the effectiveTime property.

Returns:
possible object is GTSSlot

setEffectiveTime

public void setEffectiveTime(GTSSlot value)
Sets the value of the effectiveTime property.

Parameters:
value - allowed object is GTSSlot

getActivityTime

public GTSSlot getActivityTime()
Gets the value of the activityTime property.

Returns:
possible object is GTSSlot

setActivityTime

public void setActivityTime(GTSSlot value)
Sets the value of the activityTime property.

Parameters:
value - allowed object is GTSSlot

getAvailabilityTime

public TSSlot getAvailabilityTime()
Gets the value of the availabilityTime property.

Returns:
possible object is TSSlot

setAvailabilityTime

public void setAvailabilityTime(TSSlot value)
Sets the value of the availabilityTime property.

Parameters:
value - allowed object is TSSlot

getPriorityCode

public SETCESlot getPriorityCode()
Gets the value of the priorityCode property.

Returns:
possible object is SETCESlot

setPriorityCode

public void setPriorityCode(SETCESlot value)
Sets the value of the priorityCode property.

Parameters:
value - allowed object is SETCESlot

getConfidentialityCode

public SETCESlot getConfidentialityCode()
Gets the value of the confidentialityCode property.

Returns:
possible object is SETCESlot

setConfidentialityCode

public void setConfidentialityCode(SETCESlot value)
Sets the value of the confidentialityCode property.

Parameters:
value - allowed object is SETCESlot

getRepeatNumber

public IVLINTSlot getRepeatNumber()
Gets the value of the repeatNumber property.

Returns:
possible object is IVLINTSlot

setRepeatNumber

public void setRepeatNumber(IVLINTSlot value)
Sets the value of the repeatNumber property.

Parameters:
value - allowed object is IVLINTSlot

getInterruptibleInd

public BLSlot getInterruptibleInd()
Gets the value of the interruptibleInd property.

Returns:
possible object is BLSlot

setInterruptibleInd

public void setInterruptibleInd(BLSlot value)
Sets the value of the interruptibleInd property.

Parameters:
value - allowed object is BLSlot

getIndependentInd

public BLSlot getIndependentInd()
Gets the value of the independentInd property.

Returns:
possible object is BLSlot

setIndependentInd

public void setIndependentInd(BLSlot value)
Sets the value of the independentInd property.

Parameters:
value - allowed object is BLSlot

getUncertaintyCode

public CSSlot getUncertaintyCode()
Gets the value of the uncertaintyCode property.

Returns:
possible object is CSSlot

setUncertaintyCode

public void setUncertaintyCode(CSSlot value)
Sets the value of the uncertaintyCode property.

Parameters:
value - allowed object is CSSlot

getReasonCode

public SETCESlot getReasonCode()
Gets the value of the reasonCode property.

Returns:
possible object is SETCESlot

setReasonCode

public void setReasonCode(SETCESlot value)
Sets the value of the reasonCode property.

Parameters:
value - allowed object is SETCESlot

getLanguageCode

public CESlot getLanguageCode()
Gets the value of the languageCode property.

Returns:
possible object is CESlot

setLanguageCode

public void setLanguageCode(CESlot value)
Sets the value of the languageCode property.

Parameters:
value - allowed object is CESlot

getObservation

public Observation getObservation()
Gets the value of the observation property.

Returns:
possible object is Observation

setObservation

public void setObservation(Observation value)
Sets the value of the observation property.

Parameters:
value - allowed object is Observation

getPatientEncounter

public PatientEncounter getPatientEncounter()
Gets the value of the patientEncounter property.

Returns:
possible object is PatientEncounter

setPatientEncounter

public void setPatientEncounter(PatientEncounter value)
Sets the value of the patientEncounter property.

Parameters:
value - allowed object is PatientEncounter

getProcedure

public Procedure getProcedure()
Gets the value of the procedure property.

Returns:
possible object is Procedure

setProcedure

public void setProcedure(Procedure value)
Sets the value of the procedure property.

Parameters:
value - allowed object is Procedure

getSubstanceAdministration

public SubstanceAdministration getSubstanceAdministration()
Gets the value of the substanceAdministration property.

Returns:
possible object is SubstanceAdministration

setSubstanceAdministration

public void setSubstanceAdministration(SubstanceAdministration value)
Sets the value of the substanceAdministration property.

Parameters:
value - allowed object is SubstanceAdministration

getSupply

public Supply getSupply()
Gets the value of the supply property.

Returns:
possible object is Supply

setSupply

public void setSupply(Supply value)
Sets the value of the supply property.

Parameters:
value - allowed object is Supply

getParticipations

public java.util.List<ActParticipation> getParticipations()
Gets the value of the participations 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 participations property.

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

    getParticipations().add(newItem);
 

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


getRelationships

public java.util.List<ActRelationship> getRelationships()
Gets the value of the relationships 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 relationships property.

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

    getRelationships().add(newItem);
 

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


getComputes

public java.util.List<Compute> getComputes()
Gets the value of the computes 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 computes property.

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

    getComputes().add(newItem);
 

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


getClassCode

public ActClass getClassCode()
Gets the value of the classCode property.

Returns:
possible object is ActClass

setClassCode

public void setClassCode(ActClass value)
Sets the value of the classCode property.

Parameters:
value - allowed object is ActClass

getMoodCode

public ActMood getMoodCode()
Gets the value of the moodCode property.

Returns:
possible object is ActMood

setMoodCode

public void setMoodCode(ActMood value)
Sets the value of the moodCode property.

Parameters:
value - allowed object is ActMood

getLevelCode

public java.lang.String getLevelCode()
Gets the value of the levelCode property.

Returns:
possible object is String

setLevelCode

public void setLevelCode(java.lang.String value)
Sets the value of the levelCode property.

Parameters:
value - allowed object is String