Download the PHP package aurabx/dicomweb-parser without Composer
On this page you can find all versions of the php package aurabx/dicomweb-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dicomweb-parser
DICOMWeb Parser for PHP
A PHP library for parsing DICOMWeb JSON responses into structured PHP objects.
Requirements
- PHP 8.2 or higher
- aurabx/dicom-data
Installation
Usage
Basic Usage
Working with Series and Studies
Using Tag Utilities
Key Features
- Parse DICOMWeb JSON responses into structured PHP objects
- Full support for DICOM instances, series, and studies
- Access DICOM elements by tag ID or friendly name
- Preload tag dictionaries for testing or performance
- Includes tag metadata lookup, name resolution, VR decoding
- Fully type hinted (PHP 8.2+ recommended)
Class Structure
Parser
- Main parser for DICOMWeb JSONDicomElement
- Represents a DICOM attributeDicomInstance
- Single DICOM SOP instanceDicomSeries
- Group of instancesDicomStudy
- Group of seriesDicomTag
- Static utilities for tagsDicomTagLoader
- Loads tag metadata from JSONDicomDictionary
- Global tag lookup facadeParserException
- Exception class
License
MIT
All versions of dicomweb-parser with dependencies
PHP Build Version
Package Version
The package aurabx/dicomweb-parser contains the following files
Loading the files please wait ....