org.tolven.ccr
Class InterventionType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.InterventionType
Direct Known Subclasses:
PlanOfCareType

public class InterventionType
extends CCRCodedDataObjectType

Java class for InterventionType complex type.


Nested Class Summary
static class InterventionType.Authorizatons
          Java class for anonymous complex type.
static class InterventionType.Immunizations
          Java class for anonymous complex type.
static class InterventionType.Medications
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
InterventionType()
           
 
Method Summary
 InterventionType.Authorizatons getAuthorizatons()
          Gets the value of the authorizatons property.
 Encounters getEncounters()
          Gets the value of the encounters property.
 InterventionType.Immunizations getImmunizations()
          Gets the value of the immunizations property.
 InterventionType.Medications getMedications()
          Gets the value of the medications property.
 Procedures getProcedures()
          Gets the value of the procedures property.
 Products getProducts()
          Gets the value of the products property.
 Services getServices()
          Gets the value of the services property.
 void setAuthorizatons(InterventionType.Authorizatons value)
          Sets the value of the authorizatons property.
 void setEncounters(Encounters value)
          Sets the value of the encounters property.
 void setImmunizations(InterventionType.Immunizations value)
          Sets the value of the immunizations property.
 void setMedications(InterventionType.Medications value)
          Sets the value of the medications property.
 void setProcedures(Procedures value)
          Sets the value of the procedures property.
 void setProducts(Products value)
          Sets the value of the products property.
 void setServices(Services value)
          Sets the value of the services 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

InterventionType

public InterventionType()
Method Detail

getProcedures

public Procedures getProcedures()
Gets the value of the procedures property.

Returns:
possible object is Procedures

setProcedures

public void setProcedures(Procedures value)
Sets the value of the procedures property.

Parameters:
value - allowed object is Procedures

getProducts

public Products getProducts()
Gets the value of the products property.

Returns:
possible object is Products

setProducts

public void setProducts(Products value)
Sets the value of the products property.

Parameters:
value - allowed object is Products

getMedications

public InterventionType.Medications getMedications()
Gets the value of the medications property.

Returns:
possible object is Medications

setMedications

public void setMedications(InterventionType.Medications value)
Sets the value of the medications property.

Parameters:
value - allowed object is Medications

getImmunizations

public InterventionType.Immunizations getImmunizations()
Gets the value of the immunizations property.

Returns:
possible object is Immunizations

setImmunizations

public void setImmunizations(InterventionType.Immunizations value)
Sets the value of the immunizations property.

Parameters:
value - allowed object is Immunizations

getServices

public Services getServices()
Gets the value of the services property.

Returns:
possible object is Services

setServices

public void setServices(Services value)
Sets the value of the services property.

Parameters:
value - allowed object is Services

getEncounters

public Encounters getEncounters()
Gets the value of the encounters property.

Returns:
possible object is Encounters

setEncounters

public void setEncounters(Encounters value)
Sets the value of the encounters property.

Parameters:
value - allowed object is Encounters

getAuthorizatons

public InterventionType.Authorizatons getAuthorizatons()
Gets the value of the authorizatons property.

Returns:
possible object is InterventionType.Authorizatons

setAuthorizatons

public void setAuthorizatons(InterventionType.Authorizatons value)
Sets the value of the authorizatons property.

Parameters:
value - allowed object is InterventionType.Authorizatons