org.dcm4che.dict
Interface VRMap


public interface VRMap

Interface to map DICOM tags to VR constants.

Version:
1.0.0
Author:
gunter zeilinger

Field Summary
static VRMap DEFAULT
           
 
Method Summary
 int lookup(int tag)
           
 

Field Detail

DEFAULT

static final VRMap DEFAULT
Method Detail

lookup

int lookup(int tag)