org.vmdb.hl7
Class RCPSegment

java.lang.Object
  |
  +--org.vmdb.hl7.HL7Object
        |
        +--org.vmdb.hl7.HL7Segment
              |
              +--org.vmdb.hl7.RCPSegment

public class RCPSegment
extends HL7Segment

Response Control Parameter (RCP) Segment.

Description: HL7 Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

Use of this process has not yet been implemented in high level code. See HL7 Standard Chapter 2 for details.


Constructor Summary
RCPSegment()
           
RCPSegment(HL7SegmentContainer msgParent)
           
 
Method Summary
 CEElement getModality()
           
 java.lang.String getModalityCode()
           
 java.lang.String getPriority()
           
 void setModality(CEElement ceModality)
          Set the Modality as coded CE element.
 void setModality(java.lang.String sCode)
          Set the Modality as string with just the code R for real time.
 void setPriority(java.lang.String sPriority)
          Set the priority as I immediate or D defered (only I used in this app).
 
Methods inherited from class org.vmdb.hl7.HL7Segment
clearField, getField, getFieldValue, iterator, listFields, setField, setField, setField, setField, setField, setField, setField, toString, toXML
 
Methods inherited from class org.vmdb.hl7.HL7Object
getRule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RCPSegment

public RCPSegment()

RCPSegment

public RCPSegment(HL7SegmentContainer msgParent)
Method Detail

setPriority

public void setPriority(java.lang.String sPriority)
Set the priority as I immediate or D defered (only I used in this app).

Parameters:
sPriority -

getPriority

public java.lang.String getPriority()

setModality

public void setModality(java.lang.String sCode)
Set the Modality as string with just the code R for real time.


setModality

public void setModality(CEElement ceModality)
Set the Modality as coded CE element.


getModality

public CEElement getModality()

getModalityCode

public java.lang.String getModalityCode()

SourceForge.net Logo