Uses of Class
org.tolven.ccr.ContinuityOfCareRecord

Packages that use ContinuityOfCareRecord
org.tolven.app Tolven-based applications can take advantage of a persistent menu structure provided by this package. 
org.tolven.app.bean Tolven-based applications can take advantage of a persistent menu structure provided by this package. 
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.doc   
org.tolven.doc.bean   
org.tolven.gen.model This package contains the classes needed to generate patient medical data. 
test.org.tolven.ccr   
test.rules   
 

Uses of ContinuityOfCareRecord in org.tolven.app
 

Methods in org.tolven.app with parameters of type ContinuityOfCareRecord
 void CreatorLocal.submit(long accountId, long userId, ContinuityOfCareRecord ccr)
          Submit from a finished CCR graph but no document
 

Uses of ContinuityOfCareRecord in org.tolven.app.bean
 

Methods in org.tolven.app.bean with parameters of type ContinuityOfCareRecord
 void CreatorBean.submit(long accountId, long userId, ContinuityOfCareRecord ccr)
           
 

Uses of ContinuityOfCareRecord in org.tolven.ccr
 

Methods in org.tolven.ccr that return ContinuityOfCareRecord
 ContinuityOfCareRecord ObjectFactory.createContinuityOfCareRecord()
          Create an instance of ContinuityOfCareRecord
 

Constructors in org.tolven.ccr with parameters of type ContinuityOfCareRecord
ActorReferenceTypeWrapper(ContinuityOfCareRecord ccr, ActorReferenceType actorRef)
           
PatientType(ContinuityOfCareRecord ccr)
           
ProviderType(ContinuityOfCareRecord ccr, ActorReferenceType actorRef)
           
SupportProviderType(ContinuityOfCareRecord ccr, ActorReferenceType actorRef)
           
 

Uses of ContinuityOfCareRecord in org.tolven.doc
 

Methods in org.tolven.doc with parameters of type ContinuityOfCareRecord
 void XMLLocal.marshalCCR(ContinuityOfCareRecord ccr, java.io.OutputStream output)
           
 

Uses of ContinuityOfCareRecord in org.tolven.doc.bean
 

Methods in org.tolven.doc.bean with parameters of type ContinuityOfCareRecord
 void XMLBean.marshalCCR(ContinuityOfCareRecord ccr, java.io.OutputStream output)
           
 void EvaluateCCR.processAllergies(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
          In CCR, allergies are in the alerts lists.
 void EvaluateCCRPersonal.processAppointments(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 void EvaluateCCRClinical.processAppointments(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 void EvaluateCCR.processMedications(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 void EvaluateCCRPersonal.processPatient(Account account, long documentId, ContinuityOfCareRecord ccr)
          Process a single CCR message.
 void EvaluateCCRClinical.processPatient(Account account, long documentId, ContinuityOfCareRecord ccr)
          Process a single CCR message.
 void EvaluateCCRPersonal.processProblems(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 void EvaluateCCRClinical.processProblems(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 void EvaluateCCR.processResults(MenuData mdPatient, long documentId, ContinuityOfCareRecord ccr)
           
 

Uses of ContinuityOfCareRecord in org.tolven.gen.model
 

Methods in org.tolven.gen.model that return ContinuityOfCareRecord
 ContinuityOfCareRecord GenMedicalCCR.generate()
           
 ContinuityOfCareRecord GenMedicalCCR.generate(java.lang.String scenario)
           
 

Uses of ContinuityOfCareRecord in test.org.tolven.ccr
 

Methods in test.org.tolven.ccr that return ContinuityOfCareRecord
static ContinuityOfCareRecord Demog.createCCR()
           
 

Methods in test.org.tolven.ccr with parameters of type ContinuityOfCareRecord
 java.lang.String Demog.marshalCCR(ContinuityOfCareRecord ccr)
           
 

Uses of ContinuityOfCareRecord in test.rules
 

Methods in test.rules that return ContinuityOfCareRecord
 ContinuityOfCareRecord RuleBaseTests.unmarshalCCR(java.lang.String fileName)