ca.uhn.hl7v2.model.v24.datatype
Class FT

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractType
      extended by ca.uhn.hl7v2.model.AbstractPrimitive
          extended by ca.uhn.hl7v2.model.v24.datatype.FT
All Implemented Interfaces:
Primitive, Type, Serializable

public class FT
extends AbstractPrimitive

Represents an HL7 FT (formatted text data) data type. A FT contains a single String value.

See Also:
Serialized Form

Constructor Summary
FT(Message message)
          Constructs an uninitialized FT.
 
Method Summary
 String getVersion()
           
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
clear, encode, getValue, parse, setValue, toString
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessage, getName
 

Constructor Detail

FT

public FT(Message message)
Constructs an uninitialized FT.

Parameters:
message - the Message to which this Type belongs
Method Detail

getVersion

public String getVersion()
Returns:
"2.4"


Copyright © 2001-2011 University Health Network. All Rights Reserved.