<%@ page import="org.pih.warehouse.core.Document" %> <warehouse:message code="default.show.label" args="[entityName]" />
${flash.message}

${fieldValue(bean: documentInstance, field: "id")}
${fieldValue(bean: documentInstance, field: "name")}
${fieldValue(bean: documentInstance, field: "filename")}
${fieldValue(bean: documentInstance, field: "fileContents")}
${fieldValue(bean: documentInstance, field: "extension")}
${fieldValue(bean: documentInstance, field: "contentType")}
${fieldValue(bean: documentInstance, field: "fileUri")}
${fieldValue(bean: documentInstance, field: "documentNumber")}
${documentInstance?.documentType?.encodeAsHTML()}
${fieldValue(bean: documentInstance, field: "size")}