org.tolven.ccr
Class PlanOfCareType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.InterventionType
          extended by org.tolven.ccr.PlanOfCareType

public class PlanOfCareType
extends InterventionType

Java class for PlanOfCareType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.InterventionType
InterventionType.Authorizatons, InterventionType.Immunizations, InterventionType.Medications
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
PlanOfCareType()
           
 
Method Summary
 Goals getGoals()
          Gets the value of the goals property.
 CodedDescriptionType getMultipleOrderModifier()
          Gets the value of the multipleOrderModifier property.
 java.math.BigInteger getOrderSequencePosition()
          Gets the value of the orderSequencePosition property.
 void setGoals(Goals value)
          Sets the value of the goals property.
 void setMultipleOrderModifier(CodedDescriptionType value)
          Sets the value of the multipleOrderModifier property.
 void setOrderSequencePosition(java.math.BigInteger value)
          Sets the value of the orderSequencePosition property.
 
Methods inherited from class org.tolven.ccr.InterventionType
getAuthorizatons, getEncounters, getImmunizations, getMedications, getProcedures, getProducts, getServices, setAuthorizatons, setEncounters, setImmunizations, setMedications, setProcedures, setProducts, setServices
 
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

PlanOfCareType

public PlanOfCareType()
Method Detail

getGoals

public Goals getGoals()
Gets the value of the goals property.

Returns:
possible object is Goals

setGoals

public void setGoals(Goals value)
Sets the value of the goals property.

Parameters:
value - allowed object is Goals

getOrderSequencePosition

public java.math.BigInteger getOrderSequencePosition()
Gets the value of the orderSequencePosition property.

Returns:
possible object is BigInteger

setOrderSequencePosition

public void setOrderSequencePosition(java.math.BigInteger value)
Sets the value of the orderSequencePosition property.

Parameters:
value - allowed object is BigInteger

getMultipleOrderModifier

public CodedDescriptionType getMultipleOrderModifier()
Gets the value of the multipleOrderModifier property.

Returns:
possible object is CodedDescriptionType

setMultipleOrderModifier

public void setMultipleOrderModifier(CodedDescriptionType value)
Sets the value of the multipleOrderModifier property.

Parameters:
value - allowed object is CodedDescriptionType