Documentation
¶
Index ¶
- func Get(url string, headers map[string]string, timeout int) (*http.Response, error)
- func PostMultipart(url string, data *[]byte, headers map[string]string, timeout int) (*http.Response, error)
- func Put(url string, dcm *dicom.Dataset, headers map[string]string, timeout int) error
- func PutFromFile(url string, dcm_path string, headers map[string]string, timeout int) error
- func ReadMultipart(resp *http.Response) ([]*dicom.Dataset, []byte, error)
- func ReadMultipartToFile(resp *http.Response, folder string) ([]string, []byte, error)
- func Stow(url string, dcm_slice []*dicom.Dataset, headers map[string]string, timeout int) (*http.Response, error)
- func StowFromFile(url string, dcm_path_slice []string, headers map[string]string, timeout int) (*http.Response, error)
- func Wado(url string, headers map[string]string, timeout int) ([]*dicom.Dataset, []byte, error)
- func WadoToFile(url string, headers map[string]string, folder string, timeout int) ([]string, []byte, error)
- func WriteMultipart(dcm_slice []*dicom.Dataset) (*[]byte, string, error)
- func WriteMultipartFromFile(dcm_path_slice []string) (*[]byte, string, error)
- type RequestError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostMultipart ¶
func PutFromFile ¶
func ReadMultipartToFile ¶
func StowFromFile ¶
func WadoToFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.