ca.infoway.messagebuilder.domainvalue.transport
Class MessageWaitingPriority

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

public class MessageWaitingPriority
extends EnumPattern
implements MessageWaitingPriority

MessageWaitingPriority. Indicates that the receiver has messages for the sender From: http://www.hl7.org/v3ballot/html/infrastructure/vocabulary/MessageWaitingPriority.htm

Author:
Intelliware Development
See Also:
Serialized Form

Field Summary
static MessageWaitingPriority HIGH
          High priority messages are available.
static MessageWaitingPriority LOW
          Low priority messages are available.
static MessageWaitingPriority MEDIUM
          Medium priority messages are available.
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getCodeSystem()
          Returns the message waiting priority code system.
 String getCodeValue()
          Returns the code value.
 String getMessageWaitingPriority()
          Returns the message waiting priority.
 
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

HIGH

public static final MessageWaitingPriority HIGH
High priority messages are available.


LOW

public static final MessageWaitingPriority LOW
Low priority messages are available.


MEDIUM

public static final MessageWaitingPriority MEDIUM
Medium priority messages are available.

Method Detail

getMessageWaitingPriority

public String getMessageWaitingPriority()
Returns the message waiting priority.

Returns:
the message waiting priority

getCodeSystem

public String getCodeSystem()
Returns the message waiting priority code system.

Specified by:
getCodeSystem in interface Code
Returns:
the message waiting priority code system

getCodeValue

public String getCodeValue()
Returns the code value.

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


Copyright © 2013. All Rights Reserved.