PatientNoteCollector - apache/ctakes GitHub Wiki

@PipeBitInfo( name = "PatientNoteCollector", description = "Caches each Document JCas in a Patient JCas as a View.", role = PipeBitInfo.Role.SPECIAL )

final public class PatientNoteCollector extends JCasAnnotator_ImplBase

Sends document cas to the {@link PatientNoteStore} to be cached using the {@link PatientNoteStore#getDefaultPatientId(JCas)} and {@link PatientNoteStore#getDefaultDocumentId(JCas)}

  • Author: SPF , chip-nlp
  • Version: %I%
  • Since: 9/26/2017

@Override public void process( final JCas jCas ) throws AnalysisEngineProcessException

Adds the primary view of this cas to a cache of views for patients. See {@link PatientNoteStore} {@inheritDoc}

⚠️ **GitHub.com Fallback** ⚠️