com.pixelmed.dicom
Class CoercionModel

java.lang.Object
  extended by com.pixelmed.dicom.CoercionModel

public class CoercionModel
extends Object

A class to encapsulate patient and study information to be used for coercion of identifiers in DICOM instances.


Constructor Summary
CoercionModel(Vector paths)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoercionModel

public CoercionModel(Vector paths)
Parameters:
paths - paths to DICOM files from which to extract all patient and study information
Method Detail

toString

public String toString()
Overrides:
toString in class Object