org.hl7.rim
public interface Transmission extends RimObject, InfrastructureRoot
Represents information about a specific transmission of information from one application to another.
| Method Summary | |
|---|---|
| void | addAttentionLine(AttentionLine value)
Adds an association 'attentionLine' to RIM class AttentionLine.
|
| void | addCommunicationFunction(CommunicationFunction value)
Adds an association 'communicationFunction' to RIM class CommunicationFunction.
|
| AssociationSet<AttentionLine> | getAttentionLine()
Gets association 'attentionLine' to RIM classes AttentionLine with cardinality (0..*).
|
| Batch | getBatch()
Gets association 'batch' to RIM class Batch with cardinality (0..1).
|
| AssociationSet<CommunicationFunction> | getCommunicationFunction()
Gets association 'communicationFunction' to RIM classes CommunicationFunction with cardinality (0..*).
|
| TS | getCreationTime()
Gets attribute creationTime of type TS and cardinality 0..1.
|
| II | getId()
Gets attribute id of type II and cardinality 0..1.
|
| ST | getSecurityText()
Gets attribute securityText of type ST and cardinality 0..1.
|
| void | setAttentionLine(AssociationSet<AttentionLine> value)
Sets associations 'attentionLine' to RIM classes AttentionLine with cardinality (0..*).
|
| void | setBatch(Batch value)
Sets association 'batch' to RIM class Batch with cardinality (0..1).
|
| void | setCommunicationFunction(AssociationSet<CommunicationFunction> value)
Sets associations 'communicationFunction' to RIM classes CommunicationFunction with cardinality (0..*).
|
| void | setCreationTime(TS value)
Sets attribute creationTime of type TS and cardinality 0..1.
|
| void | setId(II value)
Sets attribute id of type II and cardinality 0..1.
|
| void | setSecurityText(ST value)
Sets attribute securityText of type ST and cardinality 0..1.
|
This relationship allows parameters for a technology-specific transport to be represented in the V3 transmission outer wrapper.
Parameters: value the added association value
This relation links a transmission to its sender, receiver, call-back party, etc.
Parameters: value the added association value
This relationship allows parameters for a technology-specific transport to be represented in the V3 transmission outer wrapper.
Returns: the references to the linked classes
Returns: the reference to the linked class
This relation links a transmission to its sender, receiver, call-back party, etc.
Returns: the references to the linked classes
The date/time that the sending system created the transmission. If the time zone is specified, it will be used throughout the transmission as the default time zone.
Returns: the attribute value
Unique identifier of the transmission.
Returns: the attribute value
This attribute is specified for applications to implement security features for a transmission. Its use is not further specified at this time.
Returns: the attribute value
This relationship allows parameters for a technology-specific transport to be represented in the V3 transmission outer wrapper.
Parameters: value the new association values
Parameters: value the new association value
This relation links a transmission to its sender, receiver, call-back party, etc.
Parameters: value the new association values
The date/time that the sending system created the transmission. If the time zone is specified, it will be used throughout the transmission as the default time zone.
Parameters: value the new attribute value
Unique identifier of the transmission.
Parameters: value the new attribute value
This attribute is specified for applications to implement security features for a transmission. Its use is not further specified at this time.
Parameters: value the new attribute value