Uses of Class
org.tolven.ccr.ActorType

Packages that use ActorType
org.tolven.ccr The structures defined in this package are an exact representation of the ASTM E2369-05, Standard Specification for the Continuity of Care Record. 
org.tolven.gen.model This package contains the classes needed to generate patient medical data. 
 

Uses of ActorType in org.tolven.ccr
 

Methods in org.tolven.ccr that return ActorType
 ActorType ContinuityOfCareRecord.addNewActor()
          Create a new actor.
 ActorType ContinuityOfCareRecord.addNewPatient()
          Add a new patient actor to the document and return the actor.
 ActorType ObjectFactory.createActorType()
          Create an instance of ActorType
 ActorType PatientType.getActor()
           
 ActorType ActorReferenceTypeWrapper.getActor()
           
 ActorType ContinuityOfCareRecord.getPatientActor()
          A convenience method that finds the patient object which just contains an actorId and then returns the actor.
 

Methods in org.tolven.ccr that return types with arguments of type ActorType
 java.util.List<ActorType> ContinuityOfCareRecord.Actors.getActor()
          Gets the value of the actor property.
 java.util.Map<java.lang.String,ActorType> ContinuityOfCareRecord.getActorMap()
          We build and maintain a transient map of ActorType instances in the document.
 

Methods in org.tolven.ccr with parameters of type ActorType
 void ContinuityOfCareRecord.addPatient(ActorType actor)
          The actor already exists, we're just adding this actor as the patient.
 void PatientType.setActor(ActorType actor)
           
 void ActorReferenceTypeWrapper.setActor(ActorType actor)
           
 

Method parameters in org.tolven.ccr with type arguments of type ActorType
 void ContinuityOfCareRecord.setActorMap(java.util.Map<java.lang.String,ActorType> actorMap)
           
 

Uses of ActorType in org.tolven.gen.model
 

Methods in org.tolven.gen.model that return ActorType
 ActorType GenMedicalCCR.addActor()