|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dose.RecordingDeviceObserverContext
public class RecordingDeviceObserverContext
| 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 |
|---|
protected String uid
protected String name
protected String manufacturer
protected String modelName
protected String serialNumber
protected String location
| Constructor Detail |
|---|
public RecordingDeviceObserverContext(String uid,
String name,
String manufacturer,
String modelName,
String serialNumber,
String location)
public RecordingDeviceObserverContext(ContentItem root)
| Method Detail |
|---|
public String getUID()
public String getName()
public String getManufacturer()
public String getModelName()
public String getSerialNumber()
public String getLocation()
public Map<RecordingDeviceObserverContext.Key,ContentItem> getStructuredReportFragment()
throws DicomException
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||