|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v231.segment.ROL
public class ROL
Represents an HL7 ROL message segment (Role). This segment has the following fields:
| Constructor Summary | |
|---|---|
ROL(Group parent,
ModelClassFactory factory)
Creates a new ROL segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
ID |
getActionCode()
Returns ROL-2: "Action Code" - creates it if necessary |
EI |
getRol1_RoleInstanceID()
Returns ROL-1: "Role Instance ID" - creates it if necessary |
ID |
getRol2_ActionCode()
Returns ROL-2: "Action Code" - creates it if necessary |
CE |
getRol3_RoleROL()
Returns ROL-3: "Role-ROL" - creates it if necessary |
XCN |
getRol4_RolePerson(int rep)
Returns a specific repetition of ROL-4: "Role Person" - creates it if necessary |
int |
getRol4_RolePersonReps()
Returns a count of the current number of repetitions of Role Person (ROL-4). |
TS |
getRol5_RoleBeginDateTime()
Returns ROL-5: "Role Begin Date/Time" - creates it if necessary |
TS |
getRol6_RoleEndDateTime()
Returns ROL-6: "Role End Date/Time" - creates it if necessary |
CE |
getRol7_RoleDuration()
Returns ROL-7: "Role Duration" - creates it if necessary |
CE |
getRol8_RoleActionReason()
Returns ROL-8: "Role Action Reason" - creates it if necessary |
CE |
getRoleActionReason()
Returns ROL-8: "Role Action Reason" - creates it if necessary |
TS |
getRoleBeginDateTime()
Returns ROL-5: "Role Begin Date/Time" - creates it if necessary |
CE |
getRoleDuration()
Returns ROL-7: "Role Duration" - creates it if necessary |
TS |
getRoleEndDateTime()
Returns ROL-6: "Role End Date/Time" - creates it if necessary |
EI |
getRoleInstanceID()
Returns ROL-1: "Role Instance ID" - creates it if necessary |
XCN[] |
getRolePerson()
Returns all repetitions of Role Person (ROL-4). |
XCN |
getRolePerson(int rep)
Returns a specific repetition of ROL-4: "Role Person" - creates it if necessary |
int |
getRolePersonReps()
Returns a count of the current number of repetitions of Role Person (ROL-4). |
CE |
getRoleROL()
Returns ROL-3: "Role-ROL" - creates it if necessary |
XCN |
insertRol4_RolePerson(int rep)
Inserts a repetition of ROL-4: "Role Person" at a specific index |
XCN |
insertRolePerson(int rep)
Inserts a repetition of ROL-4: "Role Person" at a specific index |
XCN |
removeRol4_RolePerson(int rep)
Removes a repetition of ROL-4: "Role Person" at a specific index |
XCN |
removeRolePerson(int rep)
Removes a repetition of ROL-4: "Role Person" at a specific index |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment |
|---|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ROL(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public EI getRoleInstanceID()
public EI getRol1_RoleInstanceID()
public ID getActionCode()
public ID getRol2_ActionCode()
public CE getRoleROL()
public CE getRol3_RoleROL()
public XCN[] getRolePerson()
public int getRolePersonReps()
public XCN getRolePerson(int rep)
rep - The repetition index (0-indexed)public XCN getRol4_RolePerson(int rep)
rep - The repetition index (0-indexed)public int getRol4_RolePersonReps()
public XCN insertRolePerson(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public XCN insertRol4_RolePerson(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public XCN removeRolePerson(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public XCN removeRol4_RolePerson(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public TS getRoleBeginDateTime()
public TS getRol5_RoleBeginDateTime()
public TS getRoleEndDateTime()
public TS getRol6_RoleEndDateTime()
public CE getRoleDuration()
public CE getRol7_RoleDuration()
public CE getRoleActionReason()
public CE getRol8_RoleActionReason()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||