Request Manifest


#if ($request.extensionDetail && $request.extensionDetail.attrs) #foreach ($attr in $request.extensionDetail.attrs) #if ($attr.type != 'subForm' && ($attr.value || $attr.value == 0)) #end #end #end
Request ID : $request.id
Requester :
Billing PI : #if ($request.billingPi) #else - #end
Creation Date : $dateFmt.format($request.creationDate)
Assigned To : #if ($request.assignedTo) #else - #end
Approved By : #if ($request.screenedBy) #else - #end
Approved On : #if ($request.screeningDate) $dateFmt.format($request.screeningDate) #else - #end
Start Date : #if ($request.startDate) $dateFmt.format($request.startDate) #else - #end
End Date : #if ($request.endDate) $dateFmt.format($request.endDate) #else - #end
Status : #if ($request.status == 'DRAFT') Pending #elseif ($request.status == 'PENDING_REVIEW') Pending Review #elseif ($request.status == 'APPROVED') Approved #elseif ($request.status == 'REJECTED') Rejected #elseif ($request.status == 'IN_PROGRESS') In Progress #elseif ($request.status == 'AWAITING_PICKUP') Awaiting Pickup #elseif ($request.status == 'COMPLETED') Completed #elseif ($request.status == 'ABORTED') Aborted #end
$attr.caption : #if ($attr.type == 'fileUpload') #elseif ($attr.displayValue) #elseif ($attr.value) #end
#if ($request.id) #end

#if ($request.extensionDetail && $request.extensionDetail.attrs) #foreach ($sf in $request.extensionDetail.attrs) #if ($sf.type == 'subForm' && $sf.value && $sf.value.size() > 0)

#foreach ($attr in $sf.value[0]) #end #foreach ($record in $sf.value) #foreach ($attr in $record) #end #end
#if ($attr.type == 'fileUpload') #elseif ($attr.displayValue) #elseif ($attr.value) #end
#end #end #end

Services

#if (!$request.tasks || $request.tasks.size() == 0) None #else #foreach ($task in $request.tasks) #end
ID Name Start Date End Date Status
$task.taskId #if ($task.startDate) $dateFmt.format($task.startDate) #end #if ($task.endDate) $dateFmt.format($task.endDate) #end #if ($task.status == 'NOT_STARTED') Not Started #elseif ($task.status == 'IN_PROGRESS') In Progress #elseif ($task.status == 'ON_HOLD') On Hold #elseif ($task.status == 'COMPLETED') Completed #elseif ($task.status == 'WONT_DO') Won't Do #elseif ($task.status == 'ABORTED') Aborted #end
#end

Specimens

#if ($specimens and $specimens.size() > 0) #foreach ($specimen in $specimens) #end
Label Type Collection Protocol Quantity Location
#if ($specimen.availableQty) $specimen.availableQty #end #if ($specimen.storageLocation.name) #if ($specimen.storageLocation.mode == 'TWO_D') ($specimen.storageLocation.positionY, $specimen.storageLocation.positionX) #elseif ($specimen.storageLocation.mode == 'LINEAR') ($specimen.storageLocation.position) #end #end
#else None #end