PatientNoteCollector - apache/ctakes GitHub Wiki
@PipeBitInfo( name = "PatientNoteCollector", description = "Caches each Document JCas in a Patient JCas as a View.", role = PipeBitInfo.Role.SPECIAL )
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
Adds the primary view of this cas to a cache of views for patients. See {@link PatientNoteStore} {@inheritDoc}