Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem creating a DicomServer<CStoreScp> #39

Open
ckauff opened this issue Jun 13, 2019 · 3 comments
Open

problem creating a DicomServer<CStoreScp> #39

ckauff opened this issue Jun 13, 2019 · 3 comments
Labels

Comments

@ckauff
Copy link

ckauff commented Jun 13, 2019

When I try to create a new DicomServer(local_port_int)

with
public CStoreScp(INetworkStream stream, Encoding fallbackEncoding, Logger log)
: base(stream, fallbackEncoding, log)
{
}

I have an type error

I use version 4.01 of fo-dicom, is there modifications compared to previous versions ?
Thanks

@ckauff
Copy link
Author

ckauff commented Jun 13, 2019

var server = new DicomServer(Global.Settings.LocalPort);

@gofal
Copy link
Contributor

gofal commented Jun 30, 2019

See all the sample code. Try to create a new server with

var server = DicomServer.Create(Global.Settings.LocalPort);

@gofal gofal added the question label Jun 30, 2019
@ckauff
Copy link
Author

ckauff commented Jul 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants