Specimen Processing Form


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

Specimens

#foreach ($spmn in $allSpecimens) #end
Label Parent Type Quantity Processing Date Location
#if ($spmn.label) #end #if ($spmn.parentLabel) #end #if ($spmn.status == 'Collected') #if ($spmn.availableQty) $spmn.availableQty #end #elseif ($spmn.status == 'Pending' || !$spmn.status) #if ($spmn.initialQty) $spmn.initialQty #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) #if ($spmn.storageLocation.mode == 'TWO_D') ($spmn.storageLocation.positionY, $spmn.storageLocation.positionX) #elseif ($spmn.storageLocation.mode == 'LINEAR') ($spmn.storageLocation.position) #end #end