<%@ page import="dbnp.studycapturing.Publication" %> <g:message code="default.show.label" args="[entityName]" />

${flash.message}
${fieldValue(bean: publicationInstance, field: "title")}
${fieldValue(bean: publicationInstance, field: "authorsList")}
${fieldValue(bean: publicationInstance, field: "comments")}
${fieldValue(bean: publicationInstance, field: "pubMedID")}
${fieldValue(bean: publicationInstance, field: "DOI")}
Back to list