morphbankview

Table info.

Title Morph Bank View
Description Morph Bank View

Fields

Name Type Required Index Hidden On form Title Pick list Description
MorphBankViewID int(11) PRI
TimestampCreated datetime Timestamp Created timestampCreated
TimestampModified datetime Timestamp Modified timestampModified
Version int(11) Version version
DevelopmentState varchar(128) Development State developmentState
Form varchar(128) Form form
ImagingPreparationTechnique varchar(128) Imaging Preparation Technique imagingPreparationTechnique
ImagingTechnique varchar(128) Imaging Technique imagingTechnique
MorphBankExternalViewID int(11) Morph Bank External View Id morphBankExternalViewId
Sex varchar(32) Sex sex
SpecimenPart varchar(128) Specimen Part specimenPart
ViewAngle varchar(128) View Angle viewAngle
ViewName varchar(128) View Name viewName
ModifiedByAgentID int(11) MUL
CreatedByAgentID int(11) MUL

Indexes

Name Fields Unique Nullable
FKDED66BE95327F942 ModifiedByAgentID
FKDED66BE97699B003 CreatedByAgentID
PRIMARY MorphBankViewID

One-to-many relationships

Name Field Related table Related field
FK857D7784FD8D2A2A MorphBankViewID attachmentimageattribute MorphBankViewID

Many-to-one relationships

Name Field Related table Related field
FKDED66BE95327F942 ModifiedByAgentID agent AgentID
FKDED66BE97699B003 CreatedByAgentID agent AgentID

View: MorphBankView (Collection)

<view name="MorphBankView"
      class="edu.ku.brc.specify.datamodel.MorphBankView"
      isinternal="true"
      resourcelabels="false">
    <desc><![CDATA[MorphBankView form.]]></desc>
    <altviews>
        <altview name="MorphBankView View" viewdef="MorphBankView" mode="view"/>
        <altview name="MorphBankView Edit" viewdef="MorphBankView" mode="edit" default="true"/>
    </altviews>
</view>

View def.: MorphBankView

<viewdef type="form"
      name="MorphBankView"
      class="edu.ku.brc.specify.datamodel.MorphBankView"
      gettable="edu.ku.brc.af.ui.forms.DataGetterForObj"
      settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
    <desc><![CDATA[Locality]]></desc>
    <!--<enableRules>
        <rule id="georef"><![CDATA[localityName.isNotEmpty() && geography.isNotEmpty()]]></rule>
    </enableRules>-->
 
    <columnDef>p,5dlu,p:g</columnDef>
    <rowDef auto="true" cell="p" sep="2dlu"/>
 
    <rows>                
	            	<row>
            <cell type="label" labelfor="viewName"/>
            <cell type="field" id="viewName" name="viewName" uitype="text"/>
        </row>
        <!--row>
            <cell type="label" labelfor="developmentState"/>
            <cell type="field" id="developmentState" name="developmentState" uitype="text"/>
        </row>
        <row>
            <cell type="label" labelfor="form"/>
            <cell type="field" id="form" name="form" uitype="text"/>
        </row-->
        <row>
            <cell type="label" labelfor="imagingPreparationTechnique"/>
            <cell type="field" id="imagingPreparationTechnique" name="imagingPreparationTechnique" uitype="text"/>
        </row>
        <row>
            <cell type="label" labelfor="imagingTechnique"/>
            <cell type="field" id="imagingTechnique" name="imagingTechnique" uitype="text"/>
        </row>
        <!--row>
            <cell type="label" labelfor="sex"/>
            <cell type="field" id="sex" name="sex" uitype="text"/>
        </row-->
        <row>
            <cell type="label" labelfor="specimenPart"/>
            <cell type="field" id="specimenPart" name="specimenPart" uitype="text"/>
        </row>
        <row>
            <cell type="label" labelfor="viewAngle"/>
            <cell type="field" id="viewAngle" name="viewAngle" uitype="text"/>
        </row>
        <row>
            <cell type="label" labelfor="morphBankExternalViewID"/>
            <cell type="field" id="morphBankExternalViewID" name="morphBankExternalViewID" uitype="text" readonly="true"/>
        </row>
    </rows>
</viewdef>