|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.v231.group.RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI
public class RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI
Represents a RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:
| Constructor Summary | |
|---|---|
RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI(Group parent,
ModelClassFactory factory)
Creates a new RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI group |
|
| Method Summary | |
|---|---|
CTI |
getCTI()
Returns the first repetition of CTI (CTI - clinical trial identification segment) - creates it if necessary |
CTI |
getCTI(int rep)
Returns a specific repetition of CTI (CTI - clinical trial identification segment) - creates it if necessary |
int |
getCTIReps()
Returns the number of existing repetitions of CTI |
RDE_O01_OBXNTE |
getOBXNTE()
Returns the first repetition of OBXNTE (a Group object) - creates it if necessary |
RDE_O01_OBXNTE |
getOBXNTE(int rep)
Returns a specific repetition of OBXNTE (a Group object) - creates it if necessary |
int |
getOBXNTEReps()
Returns the number of existing repetitions of OBXNTE |
ORC |
getORC()
Returns ORC (ORC - common order segment) - creates it if necessary |
RXC |
getRXC()
Returns the first repetition of RXC (RXC - pharmacy/treatment component order segment) - creates it if necessary |
RXC |
getRXC(int rep)
Returns a specific repetition of RXC (RXC - pharmacy/treatment component order segment) - creates it if necessary |
int |
getRXCReps()
Returns the number of existing repetitions of RXC |
RXE |
getRXE()
Returns RXE (RXE - pharmacy/treatment encoded order segment) - creates it if necessary |
RDE_O01_RXONTERXRRXCNTE |
getRXONTERXRRXCNTE()
Returns RXONTERXRRXCNTE (a Group object) - creates it if necessary |
RXR |
getRXR()
Returns the first repetition of RXR (RXR - pharmacy/treatment route segment) - creates it if necessary |
RXR |
getRXR(int rep)
Returns a specific repetition of RXR (RXR - pharmacy/treatment route segment) - creates it if necessary |
int |
getRXRReps()
Returns the number of existing repetitions of RXR |
String |
getVersion()
Returns "2.3.1" |
void |
insertCTI(CTI structure,
int rep)
Inserts a specific repetition of CTI (CTI - clinical trial identification segment) |
CTI |
insertCTI(int rep)
Inserts a specific repetition of CTI (CTI - clinical trial identification segment) |
RDE_O01_OBXNTE |
insertOBXNTE(int rep)
Inserts a specific repetition of OBXNTE (a Group object) |
void |
insertOBXNTE(RDE_O01_OBXNTE structure,
int rep)
Inserts a specific repetition of OBXNTE (a Group object) |
RXC |
insertRXC(int rep)
Inserts a specific repetition of RXC (RXC - pharmacy/treatment component order segment) |
void |
insertRXC(RXC structure,
int rep)
Inserts a specific repetition of RXC (RXC - pharmacy/treatment component order segment) |
RXR |
insertRXR(int rep)
Inserts a specific repetition of RXR (RXR - pharmacy/treatment route segment) |
void |
insertRXR(RXR structure,
int rep)
Inserts a specific repetition of RXR (RXR - pharmacy/treatment route segment) |
CTI |
removeCTI(int rep)
Removes a specific repetition of CTI (CTI - clinical trial identification segment) |
RDE_O01_OBXNTE |
removeOBXNTE(int rep)
Removes a specific repetition of OBXNTE (a Group object) |
RXC |
removeRXC(int rep)
Removes a specific repetition of RXC (RXC - pharmacy/treatment component order segment) |
RXR |
removeRXR(int rep)
Removes a specific repetition of RXR (RXR - pharmacy/treatment route segment) |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup |
|---|
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getClass, getMessage, getModelClassFactory, getName, getNames, getParent, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDE_O01_ORCRXONTERXRRXCNTERXERXRRXCOBXNTECTI(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
public ORC getORC()
public RDE_O01_RXONTERXRRXCNTE getRXONTERXRRXCNTE()
public RXE getRXE()
public RXR getRXR()
public RXR getRXR(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getRXRReps()
public void insertRXR(RXR structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RXR insertRXR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RXR removeRXR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public RXC getRXC()
public RXC getRXC(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getRXCReps()
public void insertRXC(RXC structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RXC insertRXC(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RXC removeRXC(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public RDE_O01_OBXNTE getOBXNTE()
public RDE_O01_OBXNTE getOBXNTE(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getOBXNTEReps()
public void insertOBXNTE(RDE_O01_OBXNTE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RDE_O01_OBXNTE insertOBXNTE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public RDE_O01_OBXNTE removeOBXNTE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public CTI getCTI()
public CTI getCTI(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getCTIReps()
public void insertCTI(CTI structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public CTI insertCTI(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public CTI removeCTI(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||