public class SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE extends AbstractGroup
Represents a SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE 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:
log| Constructor and Description |
|---|
SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(Group parent,
ModelClassFactory factory)
Creates a new SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE group
|
| Modifier and Type | Method and Description |
|---|---|
SRM_S01_AIGAPRNTE |
getAIGAPRNTE()
Returns
the first repetition of
AIGAPRNTE (a Group object) - creates it if necessary
|
SRM_S01_AIGAPRNTE |
getAIGAPRNTE(int rep)
Returns a specific repetition of
AIGAPRNTE (a Group object) - creates it if necessary
|
List<SRM_S01_AIGAPRNTE> |
getAIGAPRNTEAll()
Returns a non-modifiable List containing all current existing repetitions of AIGAPRNTE.
|
int |
getAIGAPRNTEReps()
Returns the number of existing repetitions of AIGAPRNTE
|
SRM_S01_AILAPRNTE |
getAILAPRNTE()
Returns
the first repetition of
AILAPRNTE (a Group object) - creates it if necessary
|
SRM_S01_AILAPRNTE |
getAILAPRNTE(int rep)
Returns a specific repetition of
AILAPRNTE (a Group object) - creates it if necessary
|
List<SRM_S01_AILAPRNTE> |
getAILAPRNTEAll()
Returns a non-modifiable List containing all current existing repetitions of AILAPRNTE.
|
int |
getAILAPRNTEReps()
Returns the number of existing repetitions of AILAPRNTE
|
SRM_S01_AIPAPRNTE |
getAIPAPRNTE()
Returns
the first repetition of
AIPAPRNTE (a Group object) - creates it if necessary
|
SRM_S01_AIPAPRNTE |
getAIPAPRNTE(int rep)
Returns a specific repetition of
AIPAPRNTE (a Group object) - creates it if necessary
|
List<SRM_S01_AIPAPRNTE> |
getAIPAPRNTEAll()
Returns a non-modifiable List containing all current existing repetitions of AIPAPRNTE.
|
int |
getAIPAPRNTEReps()
Returns the number of existing repetitions of AIPAPRNTE
|
SRM_S01_AISAPRNTE |
getAISAPRNTE()
Returns
the first repetition of
AISAPRNTE (a Group object) - creates it if necessary
|
SRM_S01_AISAPRNTE |
getAISAPRNTE(int rep)
Returns a specific repetition of
AISAPRNTE (a Group object) - creates it if necessary
|
List<SRM_S01_AISAPRNTE> |
getAISAPRNTEAll()
Returns a non-modifiable List containing all current existing repetitions of AISAPRNTE.
|
int |
getAISAPRNTEReps()
Returns the number of existing repetitions of AISAPRNTE
|
RGS |
getRGS()
Returns
RGS (RGS - resource group segment) - creates it if necessary
|
String |
getVersion()
Returns "2.3.1"
|
SRM_S01_AIGAPRNTE |
insertAIGAPRNTE(int rep)
Inserts a specific repetition of AIGAPRNTE (a Group object)
|
void |
insertAIGAPRNTE(SRM_S01_AIGAPRNTE structure,
int rep)
Inserts a specific repetition of AIGAPRNTE (a Group object)
|
SRM_S01_AILAPRNTE |
insertAILAPRNTE(int rep)
Inserts a specific repetition of AILAPRNTE (a Group object)
|
void |
insertAILAPRNTE(SRM_S01_AILAPRNTE structure,
int rep)
Inserts a specific repetition of AILAPRNTE (a Group object)
|
SRM_S01_AIPAPRNTE |
insertAIPAPRNTE(int rep)
Inserts a specific repetition of AIPAPRNTE (a Group object)
|
void |
insertAIPAPRNTE(SRM_S01_AIPAPRNTE structure,
int rep)
Inserts a specific repetition of AIPAPRNTE (a Group object)
|
SRM_S01_AISAPRNTE |
insertAISAPRNTE(int rep)
Inserts a specific repetition of AISAPRNTE (a Group object)
|
void |
insertAISAPRNTE(SRM_S01_AISAPRNTE structure,
int rep)
Inserts a specific repetition of AISAPRNTE (a Group object)
|
SRM_S01_AIGAPRNTE |
removeAIGAPRNTE(int rep)
Removes a specific repetition of AIGAPRNTE (a Group object)
|
SRM_S01_AILAPRNTE |
removeAILAPRNTE(int rep)
Removes a specific repetition of AILAPRNTE (a Group object)
|
SRM_S01_AIPAPRNTE |
removeAIPAPRNTE(int rep)
Removes a specific repetition of AIPAPRNTE (a Group object)
|
SRM_S01_AISAPRNTE |
removeAISAPRNTE(int rep)
Removes a specific repetition of AISAPRNTE (a Group object)
|
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition, tryToInstantiateStructuregetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(Group parent, ModelClassFactory factory)
public String getVersion()
public SRM_S01_AISAPRNTE getAISAPRNTE()
public SRM_S01_AISAPRNTE getAISAPRNTE(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 getAISAPRNTEReps()
public List<SRM_S01_AISAPRNTE> getAISAPRNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of AISAPRNTE.
Note that unlike getAISAPRNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertAISAPRNTE(SRM_S01_AISAPRNTE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AISAPRNTE insertAISAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AISAPRNTE removeAISAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SRM_S01_AIGAPRNTE getAIGAPRNTE()
public SRM_S01_AIGAPRNTE getAIGAPRNTE(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 getAIGAPRNTEReps()
public List<SRM_S01_AIGAPRNTE> getAIGAPRNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of AIGAPRNTE.
Note that unlike getAIGAPRNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertAIGAPRNTE(SRM_S01_AIGAPRNTE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AIGAPRNTE insertAIGAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AIGAPRNTE removeAIGAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SRM_S01_AILAPRNTE getAILAPRNTE()
public SRM_S01_AILAPRNTE getAILAPRNTE(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 getAILAPRNTEReps()
public List<SRM_S01_AILAPRNTE> getAILAPRNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of AILAPRNTE.
Note that unlike getAILAPRNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertAILAPRNTE(SRM_S01_AILAPRNTE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AILAPRNTE insertAILAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AILAPRNTE removeAILAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SRM_S01_AIPAPRNTE getAIPAPRNTE()
public SRM_S01_AIPAPRNTE getAIPAPRNTE(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 getAIPAPRNTEReps()
public List<SRM_S01_AIPAPRNTE> getAIPAPRNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of AIPAPRNTE.
Note that unlike getAIPAPRNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertAIPAPRNTE(SRM_S01_AIPAPRNTE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AIPAPRNTE insertAIPAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_AIPAPRNTE removeAIPAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.