ca.infoway.messagebuilder.domainvalue.basic
Class EntityNameUse

Package class diagram package EntityNameUse
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.basic.EntityNameUse
All Implemented Interfaces:
Code, Describable, EntityNameUse, Serializable, Comparable

public class EntityNameUse
extends EnumPattern
implements EntityNameUse, Describable

EntityNameUse.

From http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#domain-EntityNameUse

Author:
Intelliware Development
See Also:
Serialized Form

Field Summary
static EntityNameUse ALPHABETIC
           
static EntityNameUse ARTIST_STAGE
           
static EntityNameUse ASSIGNED
           
static EntityNameUse HEALTH_CARD
          Deprecated. 
static EntityNameUse IDEOGRAPHIC
           
static EntityNameUse INDIGENOUS_TRIBAL
           
static EntityNameUse LEGAL
           
static EntityNameUse LICENSE
           
static EntityNameUse OFFICIAL_REGISTRY
           
static EntityNameUse PHONETIC
           
static EntityNameUse PSEUDONYM
           
static EntityNameUse RELIGIOUS
           
static EntityNameUse SEARCH
           
static EntityNameUse SOUNDEX
           
static EntityNameUse SYLLABIC
           
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getCodeSystem()
          Returns the entity name code system.
 String getCodeValue()
          Returns the code value.
 String getDescription()
          Returns the description.
 
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern
getEnumConstants, isEnum, name, toString, valueOf, values
 
Methods inherited from class ca.infoway.messagebuilder.lang.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LICENSE

public static final EntityNameUse LICENSE

INDIGENOUS_TRIBAL

public static final EntityNameUse INDIGENOUS_TRIBAL

LEGAL

public static final EntityNameUse LEGAL

PSEUDONYM

public static final EntityNameUse PSEUDONYM

ARTIST_STAGE

public static final EntityNameUse ARTIST_STAGE

RELIGIOUS

public static final EntityNameUse RELIGIOUS

SEARCH

public static final EntityNameUse SEARCH

PHONETIC

public static final EntityNameUse PHONETIC

SOUNDEX

public static final EntityNameUse SOUNDEX

ALPHABETIC

public static final EntityNameUse ALPHABETIC

SYLLABIC

public static final EntityNameUse SYLLABIC

IDEOGRAPHIC

public static final EntityNameUse IDEOGRAPHIC

ASSIGNED

public static final EntityNameUse ASSIGNED

HEALTH_CARD

@Deprecated
public static final EntityNameUse HEALTH_CARD
Deprecated. 

OFFICIAL_REGISTRY

public static final EntityNameUse OFFICIAL_REGISTRY
Method Detail

getCodeSystem

public String getCodeSystem()

Returns the entity name code system.

Specified by:
getCodeSystem in interface Code
Returns:
the entity name code system

getCodeValue

public String getCodeValue()

Returns the code value.

Specified by:
getCodeValue in interface Code
Returns:
the code value

getDescription

public String getDescription()

Returns the description.

Specified by:
getDescription in interface Describable
Returns:
the description


Copyright © 2013. All Rights Reserved.