ca.uhn.hl7v2.model.primitive
Class IDWithNamespace
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.primitive.ID
ca.uhn.hl7v2.model.primitive.IDWithNamespace
- All Implemented Interfaces:
- Primitive, Type, Serializable
public class IDWithNamespace
- extends ID
HL7 ID type which also stores a namespace string
- See Also:
- Serialized Form
IDWithNamespace
public IDWithNamespace(Message theMessage,
String theHl7Version,
String theNamespace,
int theTable)
IDWithNamespace
public IDWithNamespace(Message theMessage,
String theHl7Version,
String theNamespace,
Integer theTable)
getName
public String getName()
- Returns the name of the type (used in XML encoding and profile checking)
- Specified by:
getName in interface Type- Overrides:
getName in class AbstractType
getVersion
public String getVersion()
- Returns the HL7 version associated with this type instance
getTableNamespace
public String getTableNamespace()
- Returns:
- Returns the namespace associated with the table for this type
Copyright © 2001-2012 University Health Network. All Rights Reserved.