Package ca.uhn.hl7v2.model.v22.datatype
Class ST
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.primitive.AbstractTextPrimitive
ca.uhn.hl7v2.model.v22.datatype.ST
- All Implemented Interfaces:
Primitive,Type,Visitable,Serializable
Represents an HL7 ST (string data) data type. A ST contains a single String value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.hl7v2.model.primitive.AbstractTextPrimitive
getValueAsHtml, getValueOrEmptyMethods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
accept, clear, encode, getValue, isEmpty, parse, setValue, toStringMethods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, getName, provideLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessage, getNameMethods inherited from interface ca.uhn.hl7v2.model.Visitable
provideLocation
-
Constructor Details
-
ST
Constructs an uninitialized ST.- Parameters:
message- the Message to which this Type belongs
-
-
Method Details
-
getVersion
- Returns:
- "2.2"
-