Package ca.uhn.hl7v2.model.v251.datatype
Class CD
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.v251.datatype.CD
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
Represents an HL7 CD (Channel Definition) data type. This type consists of the following components:
- Channel Identifier (WVI)
- Waveform Source (WVS)
- Channel Sensitivity/Units (CSU)
- Channel Calibration Parameters (CCP)
- Channel Sampling Frequency (NM)
- Minimum/Maximum Data Values (NR)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Channel Identifier (component 1).Returns Waveform Source (component 2).Returns Channel Sensitivity/Units (component 3).Returns Channel Calibration Parameters (component 4).Returns Channel Sampling Frequency (component 5).Returns Minimum/Maximum Data Values (component 6).Returns Channel Calibration Parameters (component 4).Returns Channel Identifier (component 1).Returns Channel Sampling Frequency (component 5).Returns Channel Sensitivity/Units (component 3).getComponent(int number) Returns an individual data component.Type[]Returns an array containing the data elements.Returns Minimum/Maximum Data Values (component 6).Returns Waveform Source (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
-
CD
Creates a new CD 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.
-
getChannelIdentifier
Returns Channel Identifier (component 1). This is a convenience method that saves you from casting and handling an exception. -
getCd1_ChannelIdentifier
Returns Channel Identifier (component 1). This is a convenience method that saves you from casting and handling an exception. -
getWaveformSource
Returns Waveform Source (component 2). This is a convenience method that saves you from casting and handling an exception. -
getCd2_WaveformSource
Returns Waveform Source (component 2). This is a convenience method that saves you from casting and handling an exception. -
getChannelSensitivityUnits
Returns Channel Sensitivity/Units (component 3). This is a convenience method that saves you from casting and handling an exception. -
getCd3_ChannelSensitivityUnits
Returns Channel Sensitivity/Units (component 3). This is a convenience method that saves you from casting and handling an exception. -
getChannelCalibrationParameters
Returns Channel Calibration Parameters (component 4). This is a convenience method that saves you from casting and handling an exception. -
getCd4_ChannelCalibrationParameters
Returns Channel Calibration Parameters (component 4). This is a convenience method that saves you from casting and handling an exception. -
getChannelSamplingFrequency
Returns Channel Sampling Frequency (component 5). This is a convenience method that saves you from casting and handling an exception. -
getCd5_ChannelSamplingFrequency
Returns Channel Sampling Frequency (component 5). This is a convenience method that saves you from casting and handling an exception. -
getMinimumMaximumDataValues
Returns Minimum/Maximum Data Values (component 6). This is a convenience method that saves you from casting and handling an exception. -
getCd6_MinimumMaximumDataValues
Returns Minimum/Maximum Data Values (component 6). This is a convenience method that saves you from casting and handling an exception.
-