|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.ContinuityOfCareRecord
public class ContinuityOfCareRecord
Java class for ContinuityOfCareRecord element declaration.
The following schema fragment specifies the expected content contained within this class.
| Nested Class Summary | |
|---|---|
static class |
ContinuityOfCareRecord.Actors
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.Body
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.Comments
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.From
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.Patient
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.References
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.Signatures
Java class for anonymous complex type. |
static class |
ContinuityOfCareRecord.To
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
ContinuityOfCareRecord()
|
|
| Method Summary | |
|---|---|
ActorType |
addNewActor()
Create a new actor. |
ActorType |
addNewPatient()
Add a new patient actor to the document and return the actor. |
void |
addPatient(ActorType actor)
The actor already exists, we're just adding this actor as the patient. |
java.util.Map<java.lang.String,ActorType> |
getActorMap()
We build and maintain a transient map of ActorType instances in the document. |
ContinuityOfCareRecord.Actors |
getActors()
Gets the value of the actors property. |
ContinuityOfCareRecord.Body |
getBody()
Gets the value of the body property. |
java.lang.String |
getCCRDocumentObjectID()
Gets the value of the ccrDocumentObjectID property. |
ContinuityOfCareRecord.Comments |
getComments()
Gets the value of the comments property. |
DateTimeType |
getDateTime()
Gets the value of the dateTime property. |
ContinuityOfCareRecord.From |
getFrom()
Gets the value of the from property. |
CodedDescriptionType |
getLanguage()
Gets the value of the language property. |
java.util.List<ContinuityOfCareRecord.Patient> |
getPatient()
Gets the value of the patient property. |
ActorType |
getPatientActor()
A convenience method that finds the patient object which just contains an actorId and then returns the actor. |
java.util.List<PurposeType> |
getPurpose()
Gets the value of the purpose property. |
ContinuityOfCareRecord.References |
getReferences()
Gets the value of the references property. |
ContinuityOfCareRecord.Signatures |
getSignatures()
Gets the value of the signatures property. |
ContinuityOfCareRecord.To |
getTo()
Gets the value of the to property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setActorMap(java.util.Map<java.lang.String,ActorType> actorMap)
|
void |
setActors(ContinuityOfCareRecord.Actors value)
Sets the value of the actors property. |
void |
setBody(ContinuityOfCareRecord.Body value)
Sets the value of the body property. |
void |
setCCRDocumentObjectID(java.lang.String value)
Sets the value of the ccrDocumentObjectID property. |
void |
setComments(ContinuityOfCareRecord.Comments value)
Sets the value of the comments property. |
void |
setDateTime(DateTimeType value)
Sets the value of the dateTime property. |
void |
setFrom(ContinuityOfCareRecord.From value)
Sets the value of the from property. |
void |
setLanguage(CodedDescriptionType value)
Sets the value of the language property. |
void |
setReferences(ContinuityOfCareRecord.References value)
Sets the value of the references property. |
void |
setSignatures(ContinuityOfCareRecord.Signatures value)
Sets the value of the signatures property. |
void |
setTo(ContinuityOfCareRecord.To value)
Sets the value of the to property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuityOfCareRecord()
| Method Detail |
|---|
public java.util.Map<java.lang.String,ActorType> getActorMap()
javax.xml.bind.JAXBExceptionpublic void setActorMap(java.util.Map<java.lang.String,ActorType> actorMap)
public ActorType getPatientActor()
throws javax.xml.bind.JAXBException,
CCRException
javax.xml.bind.JAXBException
CCRException
public ActorType addNewActor()
throws CCRException,
javax.xml.bind.JAXBException
CCRException
javax.xml.bind.JAXBException
public ActorType addNewPatient()
throws CCRException,
javax.xml.bind.JAXBException
CCRException
javax.xml.bind.JAXBException
public void addPatient(ActorType actor)
throws CCRException,
javax.xml.bind.JAXBException
actor -
CCRException
javax.xml.bind.JAXBExceptionpublic java.lang.String getCCRDocumentObjectID()
Stringpublic void setCCRDocumentObjectID(java.lang.String value)
value - allowed object is
Stringpublic CodedDescriptionType getLanguage()
CodedDescriptionTypepublic void setLanguage(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic DateTimeType getDateTime()
DateTimeTypepublic void setDateTime(DateTimeType value)
value - allowed object is
DateTimeTypepublic java.util.List<ContinuityOfCareRecord.Patient> getPatient()
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 patient property.
For example, to add a new item, do as follows:
getPatient().add(newItem);
Objects of the following type(s) are allowed in the list
ContinuityOfCareRecord.Patient
public ContinuityOfCareRecord.From getFrom()
ContinuityOfCareRecord.Frompublic void setFrom(ContinuityOfCareRecord.From value)
value - allowed object is
ContinuityOfCareRecord.Frompublic ContinuityOfCareRecord.To getTo()
ContinuityOfCareRecord.Topublic void setTo(ContinuityOfCareRecord.To value)
value - allowed object is
ContinuityOfCareRecord.Topublic java.util.List<PurposeType> getPurpose()
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 purpose property.
For example, to add a new item, do as follows:
getPurpose().add(newItem);
Objects of the following type(s) are allowed in the list
PurposeType
public ContinuityOfCareRecord.Body getBody()
ContinuityOfCareRecord.Bodypublic void setBody(ContinuityOfCareRecord.Body value)
value - allowed object is
ContinuityOfCareRecord.Bodypublic ContinuityOfCareRecord.Actors getActors()
ContinuityOfCareRecord.Actorspublic void setActors(ContinuityOfCareRecord.Actors value)
value - allowed object is
ContinuityOfCareRecord.Actorspublic ContinuityOfCareRecord.References getReferences()
ContinuityOfCareRecord.Referencespublic void setReferences(ContinuityOfCareRecord.References value)
value - allowed object is
ContinuityOfCareRecord.Referencespublic ContinuityOfCareRecord.Comments getComments()
ContinuityOfCareRecord.Commentspublic void setComments(ContinuityOfCareRecord.Comments value)
value - allowed object is
ContinuityOfCareRecord.Commentspublic ContinuityOfCareRecord.Signatures getSignatures()
ContinuityOfCareRecord.Signaturespublic void setSignatures(ContinuityOfCareRecord.Signatures value)
value - allowed object is
ContinuityOfCareRecord.Signatures
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||