$visit.cpTitle

$visit.cpTitle

Specimen Processing Form


PPID : $cpr.ppid
Name : #if ($cpr.participant.firstName) $cpr.participant.firstName #end #if ($cpr.participant.lastName) $cpr.participant.lastName #end
Event : #if (!$visit.eventLabel) Unplanned #else $visit.eventLabel #end
Visit Date : $dateFmt.format($visit.visitDate)
Visit Site : $visit.site
#if ($visit.name) #end

Specimens

#foreach ($spmn in $allSpecimens) #end
Label Parent Type Use Spcimen for Research Quantity Processing Date Location
#if ($spmn.label) $spmn.label #end #if ($spmn.parentLabel) $spmn.parentLabel #end $spmn.type #if ($spmn.extensionDetail.attrsMap.use_specimen_for_research) $spmn.extensionDetail.attrsMap.use_specimen_for_research #end #if ($spmn.status == 'Collected') #if ($spmn.availableQty) $spmn.availableQty $spmn.getQuantityUnit() #end #elseif ($spmn.status == 'Pending' || !$spmn.status) #if ($spmn.initialQty) $spmn.initialQty $spmn.getQuantityUnit() #end #end #if ($spmn.lineage == 'New' and $spmn.collectionEvent.time) $dateFmt.format($spmn.collectionEvent.time) #elseif ($spmn.createdOn) $dateFmt.format($spmn.createdOn) #end #if ($spmn.storageLocation.name) $spmn.storageLocation.name #if ($spmn.storageLocation.mode == 'TWO_D') ($spmn.storageLocation.positionY, $spmn.storageLocation.positionX) #elseif ($spmn.storageLocation.mode == 'LINEAR') ($spmn.storageLocation.position) #end #end