Ga naar inhoud

ImagePath object

ImagePath serves to describe an image file: it contains a path, filename, ID trio.

Properties

  • p a Path (category)
  • n a filename
  • id an ID

The filename for the image is present on the site as {{id}}.{{ExtractFileExt(n)}}.

Store

Store name: ImagePath

Indexes

Index on id Index on p

Example:

{
  "p" : "Microscopy/thick bloodsmear/Negative and Non-pathogens/Negative thick bloodsmear",
  "n" : "file12.jpg",
  "id" : 125
}