|
Description:
|
acseAssociation MANAGED OBJECT CLASS
DERIVED FROM asoInvocation;
CHARACTERIZED BY
acseAssociationPackage PACKAGE
BEHAVIOUR
acseAssociationBehaviour BEHAVIOUR
DEFINED AS
!This subclass of aseInvocation holds reference information for an ACSE association. It specializes by adding the following attributes:
- calling AE title,
- ACSE functional units negotiated in use,
- Application context in use,
- parent ASO invocation (relationship pointer to parent ASO invocation, which could be the AEI).
It may also have an attribute for the called AE title, if known.!;;
ATTRIBUTES
callingAEtitle GET,
acseFUinUse GET,
applContextInUse GET,
parentASOinvoc GET;;;
CONDITIONAL PACKAGES
calledAEtitlePackage PACKAGE
ATTRIBUTES
calledAEtitle GET;
REGISTERED AS {UL-AttributeModule.calledAEtitlePId};
PRESENT IF !Present only if the called AE Title is known.!;
REGISTERED AS {UL-AttributeModule.acseAssociationMOCId};
|
|
|
|