public class CTDoseCheckDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
alertAccumulatedCTDIvolForwardEstimate |
protected java.lang.String |
alertAccumulatedDLPForwardEstimate |
protected java.lang.String |
alertCTDIvolValue |
protected boolean |
alertCTDIvolValueConfigured |
protected java.lang.String |
alertDLPValue |
protected boolean |
alertDLPValueConfigured |
protected PersonParticipant |
alertPerson |
protected java.lang.String |
alertReasonForProceeding |
protected java.lang.String |
notificationCTDIvolForwardEstimate |
protected java.lang.String |
notificationCTDIvolValue |
protected boolean |
notificationCTDIvolValueConfigured |
protected java.lang.String |
notificationDLPForwardEstimate |
protected java.lang.String |
notificationDLPValue |
protected boolean |
notificationDLPValueConfigured |
protected PersonParticipant |
notificationPerson |
protected java.lang.String |
notificationReasonForProceeding |
Constructor and Description |
---|
CTDoseCheckDetails(boolean alertDLPValueConfigured,
java.lang.String alertDLPValue,
boolean alertCTDIvolValueConfigured,
java.lang.String alertCTDIvolValue,
java.lang.String alertAccumulatedDLPForwardEstimate,
java.lang.String alertAccumulatedCTDIvolForwardEstimate,
java.lang.String alertReasonForProceeding,
PersonParticipant alertPerson,
boolean notificationDLPValueConfigured,
java.lang.String notificationDLPValue,
boolean notificationCTDIvolValueConfigured,
java.lang.String notificationCTDIvolValue,
java.lang.String notificationDLPForwardEstimate,
java.lang.String notificationCTDIvolForwardEstimate,
java.lang.String notificationReasonForProceeding,
PersonParticipant notificationPerson) |
CTDoseCheckDetails(ContentItem dose) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlertAccumulatedCTDIvolForwardEstimate() |
java.lang.String |
getAlertAccumulatedDLPForwardEstimate() |
java.lang.String |
getAlertCTDIvolValue() |
boolean |
getAlertCTDIvolValueConfigured() |
java.lang.String |
getAlertDLPValue() |
boolean |
getAlertDLPValueConfigured() |
PersonParticipant |
getAlertPerson() |
java.lang.String |
getAlertReasonForProceeding() |
java.lang.String |
getNotificationCTDIvolForwardEstimate() |
java.lang.String |
getNotificationCTDIvolValue() |
boolean |
getNotificationCTDIvolValueConfigured() |
java.lang.String |
getNotificationDLPForwardEstimate() |
java.lang.String |
getNotificationDLPValue() |
boolean |
getNotificationDLPValueConfigured() |
PersonParticipant |
getNotificationPerson() |
java.lang.String |
getNotificationReasonForProceeding() |
void |
getStructuredReportFragment(ContentItem root) |
protected boolean alertDLPValueConfigured
protected java.lang.String alertDLPValue
protected boolean alertCTDIvolValueConfigured
protected java.lang.String alertCTDIvolValue
protected java.lang.String alertAccumulatedDLPForwardEstimate
protected java.lang.String alertAccumulatedCTDIvolForwardEstimate
protected java.lang.String alertReasonForProceeding
protected PersonParticipant alertPerson
protected boolean notificationDLPValueConfigured
protected java.lang.String notificationDLPValue
protected boolean notificationCTDIvolValueConfigured
protected java.lang.String notificationCTDIvolValue
protected java.lang.String notificationDLPForwardEstimate
protected java.lang.String notificationCTDIvolForwardEstimate
protected java.lang.String notificationReasonForProceeding
protected PersonParticipant notificationPerson
public CTDoseCheckDetails(boolean alertDLPValueConfigured, java.lang.String alertDLPValue, boolean alertCTDIvolValueConfigured, java.lang.String alertCTDIvolValue, java.lang.String alertAccumulatedDLPForwardEstimate, java.lang.String alertAccumulatedCTDIvolForwardEstimate, java.lang.String alertReasonForProceeding, PersonParticipant alertPerson, boolean notificationDLPValueConfigured, java.lang.String notificationDLPValue, boolean notificationCTDIvolValueConfigured, java.lang.String notificationCTDIvolValue, java.lang.String notificationDLPForwardEstimate, java.lang.String notificationCTDIvolForwardEstimate, java.lang.String notificationReasonForProceeding, PersonParticipant notificationPerson)
public CTDoseCheckDetails(ContentItem dose)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean getAlertDLPValueConfigured()
public java.lang.String getAlertDLPValue()
public boolean getAlertCTDIvolValueConfigured()
public java.lang.String getAlertCTDIvolValue()
public java.lang.String getAlertAccumulatedDLPForwardEstimate()
public java.lang.String getAlertAccumulatedCTDIvolForwardEstimate()
public java.lang.String getAlertReasonForProceeding()
public PersonParticipant getAlertPerson()
public boolean getNotificationDLPValueConfigured()
public java.lang.String getNotificationDLPValue()
public boolean getNotificationCTDIvolValueConfigured()
public java.lang.String getNotificationCTDIvolValue()
public java.lang.String getNotificationDLPForwardEstimate()
public java.lang.String getNotificationCTDIvolForwardEstimate()
public java.lang.String getNotificationReasonForProceeding()
public PersonParticipant getNotificationPerson()
public void getStructuredReportFragment(ContentItem root) throws DicomException
DicomException