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