|
||||||||||
| 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.SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR
public class SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR
Represents a SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR 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 | |
|---|---|
SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR(Group parent,
ModelClassFactory factory)
Creates a new SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR group |
|
| Method Summary | |
|---|---|
SQM_S25_AIGAPR |
getAIGAPR()
Returns the first repetition of AIGAPR (a Group object) - creates it if necessary |
SQM_S25_AIGAPR |
getAIGAPR(int rep)
Returns a specific repetition of AIGAPR (a Group object) - creates it if necessary |
int |
getAIGAPRReps()
Returns the number of existing repetitions of AIGAPR |
SQM_S25_AILAPR |
getAILAPR()
Returns the first repetition of AILAPR (a Group object) - creates it if necessary |
SQM_S25_AILAPR |
getAILAPR(int rep)
Returns a specific repetition of AILAPR (a Group object) - creates it if necessary |
int |
getAILAPRReps()
Returns the number of existing repetitions of AILAPR |
SQM_S25_AIPAPR |
getAIPAPR()
Returns the first repetition of AIPAPR (a Group object) - creates it if necessary |
SQM_S25_AIPAPR |
getAIPAPR(int rep)
Returns a specific repetition of AIPAPR (a Group object) - creates it if necessary |
int |
getAIPAPRReps()
Returns the number of existing repetitions of AIPAPR |
SQM_S25_AISAPR |
getAISAPR()
Returns the first repetition of AISAPR (a Group object) - creates it if necessary |
SQM_S25_AISAPR |
getAISAPR(int rep)
Returns a specific repetition of AISAPR (a Group object) - creates it if necessary |
int |
getAISAPRReps()
Returns the number of existing repetitions of AISAPR |
RGS |
getRGS()
Returns RGS (RGS - resource group segment) - creates it if necessary |
String |
getVersion()
Returns "2.3.1" |
SQM_S25_AIGAPR |
insertAIGAPR(int rep)
Inserts a specific repetition of AIGAPR (a Group object) |
void |
insertAIGAPR(SQM_S25_AIGAPR structure,
int rep)
Inserts a specific repetition of AIGAPR (a Group object) |
SQM_S25_AILAPR |
insertAILAPR(int rep)
Inserts a specific repetition of AILAPR (a Group object) |
void |
insertAILAPR(SQM_S25_AILAPR structure,
int rep)
Inserts a specific repetition of AILAPR (a Group object) |
SQM_S25_AIPAPR |
insertAIPAPR(int rep)
Inserts a specific repetition of AIPAPR (a Group object) |
void |
insertAIPAPR(SQM_S25_AIPAPR structure,
int rep)
Inserts a specific repetition of AIPAPR (a Group object) |
SQM_S25_AISAPR |
insertAISAPR(int rep)
Inserts a specific repetition of AISAPR (a Group object) |
void |
insertAISAPR(SQM_S25_AISAPR structure,
int rep)
Inserts a specific repetition of AISAPR (a Group object) |
SQM_S25_AIGAPR |
removeAIGAPR(int rep)
Removes a specific repetition of AIGAPR (a Group object) |
SQM_S25_AILAPR |
removeAILAPR(int rep)
Removes a specific repetition of AILAPR (a Group object) |
SQM_S25_AIPAPR |
removeAIPAPR(int rep)
Removes a specific repetition of AIPAPR (a Group object) |
SQM_S25_AISAPR |
removeAISAPR(int rep)
Removes a specific repetition of AISAPR (a Group object) |
| 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 SQM_S25_RGSAISAPRAIGAPRAIPAPRAILAPR(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
public RGS getRGS()
public SQM_S25_AISAPR getAISAPR()
public SQM_S25_AISAPR getAISAPR(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 getAISAPRReps()
public void insertAISAPR(SQM_S25_AISAPR structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AISAPR insertAISAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AISAPR removeAISAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SQM_S25_AIGAPR getAIGAPR()
public SQM_S25_AIGAPR getAIGAPR(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 getAIGAPRReps()
public void insertAIGAPR(SQM_S25_AIGAPR structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AIGAPR insertAIGAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AIGAPR removeAIGAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SQM_S25_AIPAPR getAIPAPR()
public SQM_S25_AIPAPR getAIPAPR(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 getAIPAPRReps()
public void insertAIPAPR(SQM_S25_AIPAPR structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AIPAPR insertAIPAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AIPAPR removeAIPAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SQM_S25_AILAPR getAILAPR()
public SQM_S25_AILAPR getAILAPR(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 getAILAPRReps()
public void insertAILAPR(SQM_S25_AILAPR structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AILAPR insertAILAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SQM_S25_AILAPR removeAILAPR(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||