public class BAR_P01_VISIT extends AbstractGroup
Represents a BAR_P01_VISIT 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 |
|---|
BAR_P01_VISIT(Group parent,
ModelClassFactory factory)
Creates a new BAR_P01_VISIT group
|
| Modifier and Type | Method and Description |
|---|---|
ACC |
getACC()
Returns
ACC (ACCIDENT) - creates it if necessary
|
DG1 |
getDG1()
Returns
the first repetition of
DG1 (DIAGNOSIS) - creates it if necessary
|
DG1 |
getDG1(int rep)
Returns a specific repetition of
DG1 (DIAGNOSIS) - creates it if necessary
|
List<DG1> |
getDG1All()
Returns a non-modifiable List containing all current existing repetitions of DG1.
|
int |
getDG1Reps()
Returns the number of existing repetitions of DG1
|
GT1 |
getGT1()
Returns
the first repetition of
GT1 (GUARANTOR) - creates it if necessary
|
GT1 |
getGT1(int rep)
Returns a specific repetition of
GT1 (GUARANTOR) - creates it if necessary
|
List<GT1> |
getGT1All()
Returns a non-modifiable List containing all current existing repetitions of GT1.
|
int |
getGT1Reps()
Returns the number of existing repetitions of GT1
|
IN1 |
getIN1()
Returns
the first repetition of
IN1 (INSURANCE) - creates it if necessary
|
IN1 |
getIN1(int rep)
Returns a specific repetition of
IN1 (INSURANCE) - creates it if necessary
|
List<IN1> |
getIN1All()
Returns a non-modifiable List containing all current existing repetitions of IN1.
|
int |
getIN1Reps()
Returns the number of existing repetitions of IN1
|
NK1 |
getNK1()
Returns
the first repetition of
NK1 (NEXT OF KIN) - creates it if necessary
|
NK1 |
getNK1(int rep)
Returns a specific repetition of
NK1 (NEXT OF KIN) - creates it if necessary
|
List<NK1> |
getNK1All()
Returns a non-modifiable List containing all current existing repetitions of NK1.
|
int |
getNK1Reps()
Returns the number of existing repetitions of NK1
|
PR1 |
getPR1()
Returns
the first repetition of
PR1 (PROCEDURES) - creates it if necessary
|
PR1 |
getPR1(int rep)
Returns a specific repetition of
PR1 (PROCEDURES) - creates it if necessary
|
List<PR1> |
getPR1All()
Returns a non-modifiable List containing all current existing repetitions of PR1.
|
int |
getPR1Reps()
Returns the number of existing repetitions of PR1
|
PV1 |
getPV1()
Returns
PV1 (PATIENT VISIT) - creates it if necessary
|
UB1 |
getUB1()
Returns
UB1 (UB82 DATA) - creates it if necessary
|
String |
getVersion()
Returns "2.1"
|
void |
insertDG1(DG1 structure,
int rep)
Inserts a specific repetition of DG1 (DIAGNOSIS)
|
DG1 |
insertDG1(int rep)
Inserts a specific repetition of DG1 (DIAGNOSIS)
|
void |
insertGT1(GT1 structure,
int rep)
Inserts a specific repetition of GT1 (GUARANTOR)
|
GT1 |
insertGT1(int rep)
Inserts a specific repetition of GT1 (GUARANTOR)
|
void |
insertIN1(IN1 structure,
int rep)
Inserts a specific repetition of IN1 (INSURANCE)
|
IN1 |
insertIN1(int rep)
Inserts a specific repetition of IN1 (INSURANCE)
|
NK1 |
insertNK1(int rep)
Inserts a specific repetition of NK1 (NEXT OF KIN)
|
void |
insertNK1(NK1 structure,
int rep)
Inserts a specific repetition of NK1 (NEXT OF KIN)
|
PR1 |
insertPR1(int rep)
Inserts a specific repetition of PR1 (PROCEDURES)
|
void |
insertPR1(PR1 structure,
int rep)
Inserts a specific repetition of PR1 (PROCEDURES)
|
DG1 |
removeDG1(int rep)
Removes a specific repetition of DG1 (DIAGNOSIS)
|
GT1 |
removeGT1(int rep)
Removes a specific repetition of GT1 (GUARANTOR)
|
IN1 |
removeIN1(int rep)
Removes a specific repetition of IN1 (INSURANCE)
|
NK1 |
removeNK1(int rep)
Removes a specific repetition of NK1 (NEXT OF KIN)
|
PR1 |
removePR1(int rep)
Removes a specific repetition of PR1 (PROCEDURES)
|
add, add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insert, insertRepetition, insertRepetition, isChoiceElement, isEmpty, isGroup, isRepeating, isRequired, removeRepetition, tryToInstantiateStructuregetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic BAR_P01_VISIT(Group parent, ModelClassFactory factory)
public String getVersion()
public DG1 getDG1()
public DG1 getDG1(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 getDG1Reps()
public List<DG1> getDG1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of DG1.
Note that unlike getDG1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertDG1(DG1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public DG1 insertDG1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public DG1 removeDG1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public PR1 getPR1()
public PR1 getPR1(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 getPR1Reps()
public List<PR1> getPR1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PR1.
Note that unlike getPR1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertPR1(PR1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public PR1 insertPR1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public PR1 removePR1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public GT1 getGT1()
public GT1 getGT1(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 getGT1Reps()
public List<GT1> getGT1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of GT1.
Note that unlike getGT1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertGT1(GT1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public GT1 insertGT1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public GT1 removeGT1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public NK1 getNK1()
public NK1 getNK1(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 getNK1Reps()
public List<NK1> getNK1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of NK1.
Note that unlike getNK1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertNK1(NK1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NK1 insertNK1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NK1 removeNK1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public IN1 getIN1()
public IN1 getIN1(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 getIN1Reps()
public List<IN1> getIN1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of IN1.
Note that unlike getIN1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertIN1(IN1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public IN1 insertIN1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public IN1 removeIN1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001-2013 University Health Network. All Rights Reserved.