Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
This class represents the A-ASSOCIATE-AC PDU
src/p/y/pynetdicom-0.8.1/netdicom/fsm.py pynetdicom(Download)
def AE_7(provider): # Send A-ASSOCIATE-AC PDU provider.pdu = PDU.A_ASSOCIATE_AC_PDU() provider.pdu.FromParams(provider.primitive) provider.RemoteClientSocket.send(provider.pdu.Encode())