org.hl7.rim
public interface Batch extends RimObject, Transmission
The Batch class is used to specify a message which is a collection of HL7 V3 messages.
| Method Summary | |
|---|---|
| void | addTransmission(Transmission value)
Adds an association 'transmission' to RIM class Transmission.
|
| SET<ST> | getBatchComment()
Gets attribute batchComment of type SET |
| SET<INT> | getBatchTotalNumber()
Gets attribute batchTotalNumber of type SET |
| SC | getName()
Gets attribute name of type SC and cardinality 0..1.
|
| II | getReferenceControlId()
Gets attribute referenceControlId of type II and cardinality 0..1.
|
| AssociationSet<Transmission> | getTransmission()
Gets association 'transmission' to RIM classes Transmission with cardinality (0..*).
|
| INT | getTransmissionQuantity()
Gets attribute transmissionQuantity of type INT and cardinality 0..1.
|
| void | setBatchComment(SET<ST> value)
Sets attribute batchComment of type SET |
| void | setBatchTotalNumber(SET<INT> value)
Sets attribute batchTotalNumber of type SET |
| void | setName(SC value)
Sets attribute name of type SC and cardinality 0..1.
|
| void | setReferenceControlId(II value)
Sets attribute referenceControlId of type II and cardinality 0..1.
|
| void | setTransmission(AssociationSet<Transmission> value)
Sets associations 'transmission' to RIM classes Transmission with cardinality (0..*).
|
| void | setTransmissionQuantity(INT value)
Sets attribute transmissionQuantity of type INT and cardinality 0..1.
|
Parameters: value the added association value
This attribute is available to capture comments related to the batch.
Returns: the attribute value
The batch total. It is possible that more than a single batch total exists.
Returns: the attribute value
This attribute is used by the application processing the batch.
Returns: the attribute value
This attribute indicates the control identifier of the batch when it was originally transmitted.
Returns: the attribute value
Returns: the references to the linked classes
This attribute contains the count of individual transmissions contained within the batch.
Returns: the attribute value
This attribute is available to capture comments related to the batch.
Parameters: value the new attribute value
The batch total. It is possible that more than a single batch total exists.
Parameters: value the new attribute value
This attribute is used by the application processing the batch.
Parameters: value the new attribute value
This attribute indicates the control identifier of the batch when it was originally transmitted.
Parameters: value the new attribute value
Parameters: value the new association values
This attribute contains the count of individual transmissions contained within the batch.
Parameters: value the new attribute value