1. Home
  2. Docs
  3. Admin Documentation (prio...
  4. New Entity Type Registration

New Entity Type Registration


Entity types, i.e. Experiment/Collection, Object and Dataset types can be created by someone with Instance admin role in the standard openBIS UI.


The standard openBIS UI can be accessed via a URL of this type: https://openbis-xxx/openbis/


where openbis-xxx is the name of the server specified in the openBIS configuration file, during the installation by a system admin.

 


Register a new Experiment/Collection type

 

  1. Select Types -> Collection Types from the Admin drop down menu.
  2. Click Add at the bottom of the newly opened page.
  3. Enter a Code. Codes only take alphanumeric characters and no spaces. This should be something meaningful for the type of experiment we are creating, e.g. MICROSCOPY_EXPERIMENT.
  4. Provide a description (not mandatory)
  5. Click Entity:Add at the bottom of the page to add properties (fields). It is possible to choose from a list of registered properties or to register new properties.


Choose from existing properties

  1. It is highly recommended to always add the property Name.
  2. Select if the property is mandatory.
  3. Choose or create a Section. Sections are ways of grouping together similar properties. Examples of sections used in the ELN are General infoStorage infoParents, etc.
  4. Choose where the property is to be shown on the Experiment/Collection form.


Register a new property

  1. Provide the Property Code (only alphanumeric characters and no spaces).
  2. Provide the Property Label. This is shown in the forms instead of the code.
  3. Provide a Description for the Property.
  4. Select the type from the list of available types:
    1. BOOLEAN: yes or no
    2. CONTROLLEDVOCABULARY: list of predefined values
    3. HYPERLINK: URL
    4. INTEGER: whole number
    5. MULTILINE_VARCHAR: long text. It is possible to enable a Rich Text Editor for this type of property. This is described here: Enable Rich Text Editor or Spreadsheet Widgets
    6. REAL: decimal number
    7. TIMESTAMP: date
    8. VARCHAR: one-line text
    9. XML: to be used by Managed Properties (see Managed Properties) and for Spreadsheet components, as described here: Enable Rich Text Editor or Spreadsheet Widgets
  5. Select if the property is mandatory.


Object and Dataset types are registered in a very similar way.


Register a new Object type

  1. Select Types -> Object Types from the Admin drop down menu.
  2. Click Add at the bottom of the newly opened page.
  3. Enter a Code. E.g. INSTRUMENT.
  4. Provide a description (not mandatory).
  5. Leave all selectable options as provided by default.
  6. Enter the Generated Code Prefix. It is recommended to use the first 3 letters of the Object code (e.g. INS, in this case). This field is used by openBIS to automatically generate Object codes: the codes will be for example INS1, INS2, INS3, etc.
  7. Click Entity:Add at the bottom of the page to add properties (fields), as described above.
    • A new Object type should always have the predefined properties Name and Annotations state. The last property is not visible in any of the forms, but it is necessary to establish parent/child relationships between Objects.
  8. Click Save at the bottom of the page.


Register a new Dataset type

  1. Select Types -> Data Set Types from the Admin drop down menu.
  2. Click Add at the bottom of the newly opened page.
  3. Enter a Code. E.g. RAW_DATA.
  4. Enable Disallow Deletion, if datasets of this type should never be deleted.
  5. Add properties as described above.
  6. Click Save at the bottom of the page.

Articles