Enum LocationTypeEnum

java.lang.Object
java.lang.Enum<LocationTypeEnum>
ca.uhn.fhir.model.dstu2.valueset.LocationTypeEnum
All Implemented Interfaces:
Serializable, Comparable<LocationTypeEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Display: Area
    Code Value: area A defined boundary, such as a state, region, country, county
    Display: Bed
    Code Value: bd A space that is allocated for sleeping/laying on.
    Display: Building
    Code Value: bu Any Building or structure.
    Display: Cabinet
    Code Value: ca A container that can store goods, equipment, medications or other items.
    Display: Corridor
    Code Value: co Any corridor within a Building, that is not within.
    Display: House
    Code Value: ho A residential dwelling.
    Display: Jurisdiction
    Code Value: jdn A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g.
    Display: Level
    Code Value: lvl A Level in a multi-level Building/Structure.
    Display: Road
    Code Value: rd A defined path to travel between 2 points that has a known name.
    Display: Room
    Code Value: ro A space that is allocated as a room, it may have walls/roof etc., but does not require these.
    Display: Vehicle
    Code Value: ve A means of transportation.
    Display: Wing
    Code Value: wi A Wing within a Building, this often contains levels, rooms and corridors.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<LocationTypeEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: LocationType
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • BUILDING

      public static final LocationTypeEnum BUILDING
      Display: Building
      Code Value: bu Any Building or structure. This may contain rooms, corridors, wings, etc. It may not have walls, or a roof, but is considered a defined/allocated space.
    • WING

      public static final LocationTypeEnum WING
      Display: Wing
      Code Value: wi A Wing within a Building, this often contains levels, rooms and corridors.
    • LEVEL

      public static final LocationTypeEnum LEVEL
      Display: Level
      Code Value: lvl A Level in a multi-level Building/Structure.
    • CORRIDOR

      public static final LocationTypeEnum CORRIDOR
      Display: Corridor
      Code Value: co Any corridor within a Building, that is not within.
    • ROOM

      public static final LocationTypeEnum ROOM
      Display: Room
      Code Value: ro A space that is allocated as a room, it may have walls/roof etc., but does not require these.
    • BED

      public static final LocationTypeEnum BED
      Display: Bed
      Code Value: bd A space that is allocated for sleeping/laying on.
    • VEHICLE

      public static final LocationTypeEnum VEHICLE
      Display: Vehicle
      Code Value: ve A means of transportation.
    • HOUSE

      public static final LocationTypeEnum HOUSE
      Display: House
      Code Value: ho A residential dwelling. Usually used to reference a location that a person/patient may reside.
    • CABINET

      public static final LocationTypeEnum CABINET
      Display: Cabinet
      Code Value: ca A container that can store goods, equipment, medications or other items.
    • ROAD

      public static final LocationTypeEnum ROAD
      Display: Road
      Code Value: rd A defined path to travel between 2 points that has a known name.
    • JURISDICTION

      public static final LocationTypeEnum JURISDICTION
      Display: Jurisdiction
      Code Value: jdn A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g. Ministry of Health), Province or State (community or Government), Business (throughout the enterprise), Nation with a business scope of an agency (e.g. CDC, FDA etc.) or a Business segment (UK Pharmacy).
    • AREA

      public static final LocationTypeEnum AREA
      Display: Area
      Code Value: area A defined boundary, such as a state, region, country, county
  • Field Details

  • Method Details

    • values

      public static LocationTypeEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LocationTypeEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Returns the code associated with this enumerated value
    • getSystem

      public String getSystem()
      Returns the code system associated with this enumerated value
    • forCode

      public static LocationTypeEnum forCode(String theCode)
      Returns the enumerated value associated with this code