Package ca.uhn.hl7v2.model.v24.segment
Class NDS
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.NDS
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 NDS message segment (Notification Detail). This segment has the following fields:
- NDS-1: Notification Reference Number (NM)
- NDS-2: Notification Date/Time (TS)
- NDS-3: Notification Alert Severity (CE)
- NDS-4: Notification Code (CE)
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns NDS-1: "Notification Reference Number" - creates it if necessaryReturns NDS-2: "Notification Date/Time" - creates it if necessaryReturns NDS-3: "Notification Alert Severity" - creates it if necessaryReturns NDS-4: "Notification Code" - creates it if necessaryReturns NDS-3: "Notification Alert Severity" - creates it if necessaryReturns NDS-4: "Notification Code" - creates it if necessaryReturns NDS-2: "Notification Date/Time" - creates it if necessaryReturns NDS-1: "Notification Reference Number" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
NDS
Creates a new NDS segment
-
-
Method Details
-
getNotificationReferenceNumber
Returns NDS-1: "Notification Reference Number" - creates it if necessary -
getNds1_NotificationReferenceNumber
Returns NDS-1: "Notification Reference Number" - creates it if necessary -
getNotificationDateTime
Returns NDS-2: "Notification Date/Time" - creates it if necessary -
getNds2_NotificationDateTime
Returns NDS-2: "Notification Date/Time" - creates it if necessary -
getNotificationAlertSeverity
Returns NDS-3: "Notification Alert Severity" - creates it if necessary -
getNds3_NotificationAlertSeverity
Returns NDS-3: "Notification Alert Severity" - creates it if necessary -
getNotificationCode
Returns NDS-4: "Notification Code" - creates it if necessary -
getNds4_NotificationCode
Returns NDS-4: "Notification Code" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-