com.pixelmed.dose
Class RecordingDeviceObserverContext

java.lang.Object
  extended by com.pixelmed.dose.RecordingDeviceObserverContext

public class RecordingDeviceObserverContext
extends Object


Nested Class Summary
static class RecordingDeviceObserverContext.Key
           
 
Field Summary
protected  String location
           
protected  String manufacturer
           
protected  String modelName
           
protected  String name
           
protected  String serialNumber
           
protected  String uid
           
 
Constructor Summary
RecordingDeviceObserverContext(ContentItem root)
           
RecordingDeviceObserverContext(String uid, String name, String manufacturer, String modelName, String serialNumber, String location)
           
 
Method Summary
 String getLocation()
           
 String getManufacturer()
           
 String getModelName()
           
 String getName()
           
 String getSerialNumber()
           
 Map<RecordingDeviceObserverContext.Key,ContentItem> getStructuredReportFragment()
           
 String getUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected String uid

name

protected String name

manufacturer

protected String manufacturer

modelName

protected String modelName

serialNumber

protected String serialNumber

location

protected String location
Constructor Detail

RecordingDeviceObserverContext

public RecordingDeviceObserverContext(String uid,
                                      String name,
                                      String manufacturer,
                                      String modelName,
                                      String serialNumber,
                                      String location)

RecordingDeviceObserverContext

public RecordingDeviceObserverContext(ContentItem root)
Method Detail

getUID

public String getUID()

getName

public String getName()

getManufacturer

public String getManufacturer()

getModelName

public String getModelName()

getSerialNumber

public String getSerialNumber()

getLocation

public String getLocation()

getStructuredReportFragment

public Map<RecordingDeviceObserverContext.Key,ContentItem> getStructuredReportFragment()
                                                                                throws DicomException
Throws:
DicomException