Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

There are certain name layouts that come with OpenMRS right now, they are: short (default), long, givenfamily, latinamerica and spain. 

You can modify the layout.name.format global property to one of those values or to the "codeName" of a new custom layout (instructions below) to see a different name layout.

Description of existing name layouts

These are the name layouts that come with OpenMRS. The following table shows which items are contained in each of them (they are ordered from shortest to longest).

 

codePrefixGiven NameMiddle NameFamily Name PrefixFamily NameFamily Name 2Family Name SuffixDegree 
givenfamily X  X   
short  XX X   
spain  X  XX  
latinamerica  XX X  
long 

Adding a new Name Layout

TO DO

  • No labels