org.tolven.ccr
Class EncounterType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.EncounterType
Direct Known Subclasses:
GoalType

public class EncounterType
extends CCRCodedDataObjectType

Java class for EncounterType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
EncounterType()
           
 
Method Summary
 CCRCodedDataObjectType getConsent()
          Gets the value of the consent property.
 java.util.List<DurationType> getDuration()
          Gets the value of the duration property.
 java.util.List<FrequencyType> getFrequency()
          Gets the value of the frequency property.
 java.util.List<Indications> getIndications()
          Gets the value of the indications property.
 Instructions getInstructions()
          Gets the value of the instructions property.
 java.util.List<IntervalType> getInterval()
          Gets the value of the interval property.
 Locations getLocations()
          Gets the value of the locations property.
 Practitioners getPractitioners()
          Gets the value of the practitioners property.
 void setConsent(CCRCodedDataObjectType value)
          Sets the value of the consent property.
 void setInstructions(Instructions value)
          Sets the value of the instructions property.
 void setLocations(Locations value)
          Sets the value of the locations property.
 void setPractitioners(Practitioners value)
          Sets the value of the practitioners 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
 

Constructor Detail

EncounterType

public EncounterType()
Method Detail

getLocations

public Locations getLocations()
Gets the value of the locations property.

Returns:
possible object is Locations

setLocations

public void setLocations(Locations value)
Sets the value of the locations property.

Parameters:
value - allowed object is Locations

getPractitioners

public Practitioners getPractitioners()
Gets the value of the practitioners property.

Returns:
possible object is Practitioners

setPractitioners

public void setPractitioners(Practitioners value)
Sets the value of the practitioners property.

Parameters:
value - allowed object is Practitioners

getFrequency

public java.util.List<FrequencyType> getFrequency()
Gets the value of the frequency 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 frequency property.

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

    getFrequency().add(newItem);
 

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


getInterval

public java.util.List<IntervalType> getInterval()
Gets the value of the interval 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 interval property.

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

    getInterval().add(newItem);
 

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


getDuration

public java.util.List<DurationType> getDuration()
Gets the value of the duration 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 duration property.

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

    getDuration().add(newItem);
 

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


getIndications

public java.util.List<Indications> getIndications()
Gets the value of the indications 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 indications property.

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

    getIndications().add(newItem);
 

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


getInstructions

public Instructions getInstructions()
Gets the value of the instructions property.

Returns:
possible object is Instructions

setInstructions

public void setInstructions(Instructions value)
Sets the value of the instructions property.

Parameters:
value - allowed object is Instructions

getConsent

public CCRCodedDataObjectType getConsent()
Gets the value of the consent property.

Returns:
possible object is CCRCodedDataObjectType

setConsent

public void setConsent(CCRCodedDataObjectType value)
Sets the value of the consent property.

Parameters:
value - allowed object is CCRCodedDataObjectType