|
||||||||||
| 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.v24.group.RSP_K25_STAFF
public class RSP_K25_STAFF
Represents a RSP_K25_STAFF 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 | |
|---|---|
RSP_K25_STAFF(Group parent,
ModelClassFactory factory)
Creates a new RSP_K25_STAFF group |
|
| Method Summary | |
|---|---|
AFF |
getAFF()
Returns the first repetition of AFF (Professional Affiliation) - creates it if necessary |
AFF |
getAFF(int rep)
Returns a specific repetition of AFF (Professional Affiliation) - creates it if necessary |
int |
getAFFReps()
Returns the number of existing repetitions of AFF |
EDU |
getEDU()
Returns the first repetition of EDU (Educational Detail) - creates it if necessary |
EDU |
getEDU(int rep)
Returns a specific repetition of EDU (Educational Detail) - creates it if necessary |
int |
getEDUReps()
Returns the number of existing repetitions of EDU |
LAN |
getLAN()
Returns the first repetition of LAN (Language Detail) - creates it if necessary |
LAN |
getLAN(int rep)
Returns a specific repetition of LAN (Language Detail) - creates it if necessary |
int |
getLANReps()
Returns the number of existing repetitions of LAN |
ORG |
getORG()
Returns the first repetition of ORG (Practitioner Organization Unit) - creates it if necessary |
ORG |
getORG(int rep)
Returns a specific repetition of ORG (Practitioner Organization Unit) - creates it if necessary |
int |
getORGReps()
Returns the number of existing repetitions of ORG |
PRA |
getPRA()
Returns PRA (Practitioner Detail) - creates it if necessary |
STF |
getSTF()
Returns STF (Staff Identification) - creates it if necessary |
String |
getVersion()
Returns "2.4" |
void |
insertAFF(AFF structure,
int rep)
Inserts a specific repetition of AFF (Professional Affiliation) |
AFF |
insertAFF(int rep)
Inserts a specific repetition of AFF (Professional Affiliation) |
void |
insertEDU(EDU structure,
int rep)
Inserts a specific repetition of EDU (Educational Detail) |
EDU |
insertEDU(int rep)
Inserts a specific repetition of EDU (Educational Detail) |
LAN |
insertLAN(int rep)
Inserts a specific repetition of LAN (Language Detail) |
void |
insertLAN(LAN structure,
int rep)
Inserts a specific repetition of LAN (Language Detail) |
ORG |
insertORG(int rep)
Inserts a specific repetition of ORG (Practitioner Organization Unit) |
void |
insertORG(ORG structure,
int rep)
Inserts a specific repetition of ORG (Practitioner Organization Unit) |
AFF |
removeAFF(int rep)
Removes a specific repetition of AFF (Professional Affiliation) |
EDU |
removeEDU(int rep)
Removes a specific repetition of EDU (Educational Detail) |
LAN |
removeLAN(int rep)
Removes a specific repetition of LAN (Language Detail) |
ORG |
removeORG(int rep)
Removes a specific repetition of ORG (Practitioner Organization Unit) |
| 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 RSP_K25_STAFF(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
public STF getSTF()
public PRA getPRA()
public ORG getORG()
public ORG getORG(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 getORGReps()
public void insertORG(ORG structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public ORG insertORG(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public ORG removeORG(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public AFF getAFF()
public AFF getAFF(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 getAFFReps()
public void insertAFF(AFF structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public AFF insertAFF(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public AFF removeAFF(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public LAN getLAN()
public LAN getLAN(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 getLANReps()
public void insertLAN(LAN structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public LAN insertLAN(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public LAN removeLAN(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public EDU getEDU()
public EDU getEDU(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 getEDUReps()
public void insertEDU(EDU structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public EDU insertEDU(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public EDU removeEDU(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||