Package ca.uhn.hl7v2.model.v251.datatype
Class CSU
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.v251.datatype.CSU
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
Represents an HL7 CSU (Channel Sensitivity) data type. This type consists of the following components:
- Channel Sensitivity (NM)
- Unit of Measure Identifier (ST)
- Unit of Measure Description (ST)
- Unit of Measure Coding System (ID)
- Alternate Unit of Measure Identifier (ST)
- Alternate Unit of Measure Description (ST)
- Alternate Unit of Measure Coding System (ID)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Alternate Unit of Measure Coding System (component 7).Returns Alternate Unit of Measure Description (component 6).Returns Alternate Unit of Measure Identifier (component 5).Returns Channel Sensitivity (component 1).getComponent(int number) Returns an individual data component.Type[]Returns an array containing the data elements.Returns Channel Sensitivity (component 1).Returns Unit of Measure Identifier (component 2).Returns Unit of Measure Description (component 3).Returns Unit of Measure Coding System (component 4).Returns Alternate Unit of Measure Identifier (component 5).Returns Alternate Unit of Measure Description (component 6).Returns Alternate Unit of Measure Coding System (component 7).Returns Unit of Measure Coding System (component 4).Returns Unit of Measure Description (component 3).Returns Unit of Measure Identifier (component 2).Methods inherited from class ca.uhn.hl7v2.model.AbstractComposite
accept, clear, getTyped, isEmpty, provideLocationMethods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, getName, parse, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
encode, getExtraComponents, getMessage, getName, parse
-
Constructor Details
-
CSU
Creates a new CSU type
-
-
Method Details
-
getComponents
Returns an array containing the data elements. -
getComponent
Returns an individual data component.- Parameters:
number- The component number (0-indexed)- Throws:
DataTypeException- if the given element number is out of range.
-
getChannelSensitivity
Returns Channel Sensitivity (component 1). This is a convenience method that saves you from casting and handling an exception. -
getCsu1_ChannelSensitivity
Returns Channel Sensitivity (component 1). This is a convenience method that saves you from casting and handling an exception. -
getUnitOfMeasureIdentifier
Returns Unit of Measure Identifier (component 2). This is a convenience method that saves you from casting and handling an exception. -
getCsu2_UnitOfMeasureIdentifier
Returns Unit of Measure Identifier (component 2). This is a convenience method that saves you from casting and handling an exception. -
getUnitOfMeasureDescription
Returns Unit of Measure Description (component 3). This is a convenience method that saves you from casting and handling an exception. -
getCsu3_UnitOfMeasureDescription
Returns Unit of Measure Description (component 3). This is a convenience method that saves you from casting and handling an exception. -
getUnitOfMeasureCodingSystem
Returns Unit of Measure Coding System (component 4). This is a convenience method that saves you from casting and handling an exception. -
getCsu4_UnitOfMeasureCodingSystem
Returns Unit of Measure Coding System (component 4). This is a convenience method that saves you from casting and handling an exception. -
getAlternateUnitOfMeasureIdentifier
Returns Alternate Unit of Measure Identifier (component 5). This is a convenience method that saves you from casting and handling an exception. -
getCsu5_AlternateUnitOfMeasureIdentifier
Returns Alternate Unit of Measure Identifier (component 5). This is a convenience method that saves you from casting and handling an exception. -
getAlternateUnitOfMeasureDescription
Returns Alternate Unit of Measure Description (component 6). This is a convenience method that saves you from casting and handling an exception. -
getCsu6_AlternateUnitOfMeasureDescription
Returns Alternate Unit of Measure Description (component 6). This is a convenience method that saves you from casting and handling an exception. -
getAlternateUnitOfMeasureCodingSystem
Returns Alternate Unit of Measure Coding System (component 7). This is a convenience method that saves you from casting and handling an exception. -
getCsu7_AlternateUnitOfMeasureCodingSystem
Returns Alternate Unit of Measure Coding System (component 7). This is a convenience method that saves you from casting and handling an exception.
-