|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CCRCodedDataObjectType
org.tolven.ccr.EncounterType
public class EncounterType
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 |
|---|
public EncounterType()
| Method Detail |
|---|
public Locations getLocations()
Locationspublic void setLocations(Locations value)
value - allowed object is
Locationspublic Practitioners getPractitioners()
Practitionerspublic void setPractitioners(Practitioners value)
value - allowed object is
Practitionerspublic java.util.List<FrequencyType> getFrequency()
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
public java.util.List<IntervalType> getInterval()
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
public java.util.List<DurationType> getDuration()
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
public java.util.List<Indications> getIndications()
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
public Instructions getInstructions()
Instructionspublic void setInstructions(Instructions value)
value - allowed object is
Instructionspublic CCRCodedDataObjectType getConsent()
CCRCodedDataObjectTypepublic void setConsent(CCRCodedDataObjectType value)
value - allowed object is
CCRCodedDataObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||