|
||||||||||
| 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.SIU_S12_RESOURCES
public class SIU_S12_RESOURCES
Represents a SIU_S12_RESOURCES 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 | |
|---|---|
SIU_S12_RESOURCES(Group parent,
ModelClassFactory factory)
Creates a new SIU_S12_RESOURCES group |
|
| Method Summary | |
|---|---|
SIU_S12_GENERAL_RESOURCE |
getGENERAL_RESOURCE()
Returns the first repetition of GENERAL_RESOURCE (a Group object) - creates it if necessary |
SIU_S12_GENERAL_RESOURCE |
getGENERAL_RESOURCE(int rep)
Returns a specific repetition of GENERAL_RESOURCE (a Group object) - creates it if necessary |
int |
getGENERAL_RESOURCEReps()
Returns the number of existing repetitions of GENERAL_RESOURCE |
SIU_S12_LOCATION_RESOURCE |
getLOCATION_RESOURCE()
Returns the first repetition of LOCATION_RESOURCE (a Group object) - creates it if necessary |
SIU_S12_LOCATION_RESOURCE |
getLOCATION_RESOURCE(int rep)
Returns a specific repetition of LOCATION_RESOURCE (a Group object) - creates it if necessary |
int |
getLOCATION_RESOURCEReps()
Returns the number of existing repetitions of LOCATION_RESOURCE |
SIU_S12_PERSONNEL_RESOURCE |
getPERSONNEL_RESOURCE()
Returns the first repetition of PERSONNEL_RESOURCE (a Group object) - creates it if necessary |
SIU_S12_PERSONNEL_RESOURCE |
getPERSONNEL_RESOURCE(int rep)
Returns a specific repetition of PERSONNEL_RESOURCE (a Group object) - creates it if necessary |
int |
getPERSONNEL_RESOURCEReps()
Returns the number of existing repetitions of PERSONNEL_RESOURCE |
RGS |
getRGS()
Returns RGS (Resource Group) - creates it if necessary |
SIU_S12_SERVICE |
getSERVICE()
Returns the first repetition of SERVICE (a Group object) - creates it if necessary |
SIU_S12_SERVICE |
getSERVICE(int rep)
Returns a specific repetition of SERVICE (a Group object) - creates it if necessary |
int |
getSERVICEReps()
Returns the number of existing repetitions of SERVICE |
String |
getVersion()
Returns "2.4" |
SIU_S12_GENERAL_RESOURCE |
insertGENERAL_RESOURCE(int rep)
Inserts a specific repetition of GENERAL_RESOURCE (a Group object) |
void |
insertGENERAL_RESOURCE(SIU_S12_GENERAL_RESOURCE structure,
int rep)
Inserts a specific repetition of GENERAL_RESOURCE (a Group object) |
SIU_S12_LOCATION_RESOURCE |
insertLOCATION_RESOURCE(int rep)
Inserts a specific repetition of LOCATION_RESOURCE (a Group object) |
void |
insertLOCATION_RESOURCE(SIU_S12_LOCATION_RESOURCE structure,
int rep)
Inserts a specific repetition of LOCATION_RESOURCE (a Group object) |
SIU_S12_PERSONNEL_RESOURCE |
insertPERSONNEL_RESOURCE(int rep)
Inserts a specific repetition of PERSONNEL_RESOURCE (a Group object) |
void |
insertPERSONNEL_RESOURCE(SIU_S12_PERSONNEL_RESOURCE structure,
int rep)
Inserts a specific repetition of PERSONNEL_RESOURCE (a Group object) |
SIU_S12_SERVICE |
insertSERVICE(int rep)
Inserts a specific repetition of SERVICE (a Group object) |
void |
insertSERVICE(SIU_S12_SERVICE structure,
int rep)
Inserts a specific repetition of SERVICE (a Group object) |
SIU_S12_GENERAL_RESOURCE |
removeGENERAL_RESOURCE(int rep)
Removes a specific repetition of GENERAL_RESOURCE (a Group object) |
SIU_S12_LOCATION_RESOURCE |
removeLOCATION_RESOURCE(int rep)
Removes a specific repetition of LOCATION_RESOURCE (a Group object) |
SIU_S12_PERSONNEL_RESOURCE |
removePERSONNEL_RESOURCE(int rep)
Removes a specific repetition of PERSONNEL_RESOURCE (a Group object) |
SIU_S12_SERVICE |
removeSERVICE(int rep)
Removes a specific repetition of SERVICE (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 SIU_S12_RESOURCES(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
public RGS getRGS()
public SIU_S12_SERVICE getSERVICE()
public SIU_S12_SERVICE getSERVICE(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 getSERVICEReps()
public void insertSERVICE(SIU_S12_SERVICE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_SERVICE insertSERVICE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_SERVICE removeSERVICE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SIU_S12_GENERAL_RESOURCE getGENERAL_RESOURCE()
public SIU_S12_GENERAL_RESOURCE getGENERAL_RESOURCE(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 getGENERAL_RESOURCEReps()
public void insertGENERAL_RESOURCE(SIU_S12_GENERAL_RESOURCE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_GENERAL_RESOURCE insertGENERAL_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_GENERAL_RESOURCE removeGENERAL_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SIU_S12_LOCATION_RESOURCE getLOCATION_RESOURCE()
public SIU_S12_LOCATION_RESOURCE getLOCATION_RESOURCE(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 getLOCATION_RESOURCEReps()
public void insertLOCATION_RESOURCE(SIU_S12_LOCATION_RESOURCE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_LOCATION_RESOURCE insertLOCATION_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_LOCATION_RESOURCE removeLOCATION_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SIU_S12_PERSONNEL_RESOURCE getPERSONNEL_RESOURCE()
public SIU_S12_PERSONNEL_RESOURCE getPERSONNEL_RESOURCE(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 getPERSONNEL_RESOURCEReps()
public void insertPERSONNEL_RESOURCE(SIU_S12_PERSONNEL_RESOURCE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_PERSONNEL_RESOURCE insertPERSONNEL_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public SIU_S12_PERSONNEL_RESOURCE removePERSONNEL_RESOURCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||