Package ca.uhn.hl7v2.model.v24.segment
Class PTH
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.PTH
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 PTH message segment (Pathway). This segment has the following fields:
- PTH-1: Action Code (ID)
- PTH-2: Pathway ID (CE)
- PTH-3: Pathway Instance ID (EI)
- PTH-4: Pathway Established Date/Time (TS)
- PTH-5: Pathway Life Cycle Status (CE) optional
- PTH-6: Change Pathway Life Cycle Status Date/Time (TS) optional
- 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 PTH-1: "Action Code" - creates it if necessaryReturns PTH-6: "Change Pathway Life Cycle Status Date/Time" - creates it if necessaryReturns PTH-4: "Pathway Established Date/Time" - creates it if necessaryReturns PTH-2: "Pathway ID" - creates it if necessaryReturns PTH-3: "Pathway Instance ID" - creates it if necessaryReturns PTH-5: "Pathway Life Cycle Status" - creates it if necessaryReturns PTH-1: "Action Code" - creates it if necessaryReturns PTH-2: "Pathway ID" - creates it if necessaryReturns PTH-3: "Pathway Instance ID" - creates it if necessaryReturns PTH-4: "Pathway Established Date/Time" - creates it if necessaryReturns PTH-5: "Pathway Life Cycle Status" - creates it if necessaryReturns PTH-6: "Change Pathway Life Cycle Status Date/Time" - 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
-
PTH
Creates a new PTH segment
-
-
Method Details
-
getActionCode
Returns PTH-1: "Action Code" - creates it if necessary -
getPth1_ActionCode
Returns PTH-1: "Action Code" - creates it if necessary -
getPathwayID
Returns PTH-2: "Pathway ID" - creates it if necessary -
getPth2_PathwayID
Returns PTH-2: "Pathway ID" - creates it if necessary -
getPathwayInstanceID
Returns PTH-3: "Pathway Instance ID" - creates it if necessary -
getPth3_PathwayInstanceID
Returns PTH-3: "Pathway Instance ID" - creates it if necessary -
getPathwayEstablishedDateTime
Returns PTH-4: "Pathway Established Date/Time" - creates it if necessary -
getPth4_PathwayEstablishedDateTime
Returns PTH-4: "Pathway Established Date/Time" - creates it if necessary -
getPathwayLifeCycleStatus
Returns PTH-5: "Pathway Life Cycle Status" - creates it if necessary -
getPth5_PathwayLifeCycleStatus
Returns PTH-5: "Pathway Life Cycle Status" - creates it if necessary -
getChangePathwayLifeCycleStatusDateTime
Returns PTH-6: "Change Pathway Life Cycle Status Date/Time" - creates it if necessary -
getPth6_ChangePathwayLifeCycleStatusDateTime
Returns PTH-6: "Change Pathway Life Cycle Status Date/Time" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-