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 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
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 String getAlertAccumulatedCTDIvolForwardEstimate()
public String getAlertAccumulatedDLPForwardEstimate()
public String getAlertCTDIvolValue()
public boolean getAlertCTDIvolValueConfigured()
public String getAlertDLPValue()
public boolean getAlertDLPValueConfigured()
public PersonParticipant getAlertPerson()
public String getAlertReasonForProceeding()
public String getNotificationCTDIvolForwardEstimate()
public String getNotificationCTDIvolValue()
public boolean getNotificationCTDIvolValueConfigured()
public String getNotificationDLPForwardEstimate()
public String getNotificationDLPValue()
public boolean getNotificationDLPValueConfigured()
public PersonParticipant getNotificationPerson()
public String getNotificationReasonForProceeding()
public void getStructuredReportFragment(ContentItem root) throws DicomException
DicomException