public class SUR_P09_FACILITY extends AbstractGroup
Represents a SUR_P09_FACILITY 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 |
|---|
SUR_P09_FACILITY(Group parent,
ModelClassFactory factory)
Creates a new SUR_P09_FACILITY group
|
| Modifier and Type | Method and Description |
|---|---|
FAC |
getFAC()
Returns
FAC (Facility) - creates it if necessary
|
SUR_P09_FACILITY_DETAIL |
getFACILITY_DETAIL()
Returns
the first repetition of
FACILITY_DETAIL (a Group object) - creates it if necessary
|
SUR_P09_FACILITY_DETAIL |
getFACILITY_DETAIL(int rep)
Returns a specific repetition of
FACILITY_DETAIL (a Group object) - creates it if necessary
|
List<SUR_P09_FACILITY_DETAIL> |
getFACILITY_DETAILAll()
Returns a non-modifiable List containing all current existing repetitions of FACILITY_DETAIL.
|
int |
getFACILITY_DETAILReps()
Returns the number of existing repetitions of FACILITY_DETAIL
|
SUR_P09_PRODUCT |
getPRODUCT()
Returns
the first repetition of
PRODUCT (a Group object) - creates it if necessary
|
SUR_P09_PRODUCT |
getPRODUCT(int rep)
Returns a specific repetition of
PRODUCT (a Group object) - creates it if necessary
|
List<SUR_P09_PRODUCT> |
getPRODUCTAll()
Returns a non-modifiable List containing all current existing repetitions of PRODUCT.
|
int |
getPRODUCTReps()
Returns the number of existing repetitions of PRODUCT
|
PSH |
getPSH()
Returns
PSH (Product Summary Header) - creates it if necessary
|
String |
getVersion()
Returns "2.5"
|
SUR_P09_FACILITY_DETAIL |
insertFACILITY_DETAIL(int rep)
Inserts a specific repetition of FACILITY_DETAIL (a Group object)
|
void |
insertFACILITY_DETAIL(SUR_P09_FACILITY_DETAIL structure,
int rep)
Inserts a specific repetition of FACILITY_DETAIL (a Group object)
|
SUR_P09_PRODUCT |
insertPRODUCT(int rep)
Inserts a specific repetition of PRODUCT (a Group object)
|
void |
insertPRODUCT(SUR_P09_PRODUCT structure,
int rep)
Inserts a specific repetition of PRODUCT (a Group object)
|
SUR_P09_FACILITY_DETAIL |
removeFACILITY_DETAIL(int rep)
Removes a specific repetition of FACILITY_DETAIL (a Group object)
|
SUR_P09_PRODUCT |
removePRODUCT(int rep)
Removes a specific repetition of PRODUCT (a Group object)
|
accept, 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, provideLocation, removeRepetition, tryToInstantiateStructure, visitNestedStructuresgetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic SUR_P09_FACILITY(Group parent, ModelClassFactory factory)
public String getVersion()
public SUR_P09_PRODUCT getPRODUCT()
public SUR_P09_PRODUCT getPRODUCT(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 getPRODUCTReps()
public List<SUR_P09_PRODUCT> getPRODUCTAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PRODUCT.
Note that unlike getPRODUCT(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertPRODUCT(SUR_P09_PRODUCT structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SUR_P09_PRODUCT insertPRODUCT(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SUR_P09_PRODUCT removePRODUCT(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public SUR_P09_FACILITY_DETAIL getFACILITY_DETAIL()
public SUR_P09_FACILITY_DETAIL getFACILITY_DETAIL(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 getFACILITY_DETAILReps()
public List<SUR_P09_FACILITY_DETAIL> getFACILITY_DETAILAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of FACILITY_DETAIL.
Note that unlike getFACILITY_DETAIL(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertFACILITY_DETAIL(SUR_P09_FACILITY_DETAIL structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SUR_P09_FACILITY_DETAIL insertFACILITY_DETAIL(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SUR_P09_FACILITY_DETAIL removeFACILITY_DETAIL(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001–2017 University Health Network. All rights reserved.