Package com.pixelmed.dose
Class CTDoseCheckDetails
- java.lang.Object
-
- com.pixelmed.dose.CTDoseCheckDetails
-
public class CTDoseCheckDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringalertAccumulatedCTDIvolForwardEstimateprotected java.lang.StringalertAccumulatedDLPForwardEstimateprotected java.lang.StringalertCTDIvolValueprotected booleanalertCTDIvolValueConfiguredprotected java.lang.StringalertDLPValueprotected booleanalertDLPValueConfiguredprotected PersonParticipantalertPersonprotected java.lang.StringalertReasonForProceedingprotected java.lang.StringnotificationCTDIvolForwardEstimateprotected java.lang.StringnotificationCTDIvolValueprotected booleannotificationCTDIvolValueConfiguredprotected java.lang.StringnotificationDLPForwardEstimateprotected java.lang.StringnotificationDLPValueprotected booleannotificationDLPValueConfiguredprotected PersonParticipantnotificationPersonprotected java.lang.StringnotificationReasonForProceeding
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAlertAccumulatedCTDIvolForwardEstimate()java.lang.StringgetAlertAccumulatedDLPForwardEstimate()java.lang.StringgetAlertCTDIvolValue()booleangetAlertCTDIvolValueConfigured()java.lang.StringgetAlertDLPValue()booleangetAlertDLPValueConfigured()PersonParticipantgetAlertPerson()java.lang.StringgetAlertReasonForProceeding()java.lang.StringgetNotificationCTDIvolForwardEstimate()java.lang.StringgetNotificationCTDIvolValue()booleangetNotificationCTDIvolValueConfigured()java.lang.StringgetNotificationDLPForwardEstimate()java.lang.StringgetNotificationDLPValue()booleangetNotificationDLPValueConfigured()PersonParticipantgetNotificationPerson()java.lang.StringgetNotificationReasonForProceeding()voidgetStructuredReportFragment(ContentItem root)
-
-
-
Field Detail
-
alertDLPValueConfigured
protected boolean alertDLPValueConfigured
-
alertDLPValue
protected java.lang.String alertDLPValue
-
alertCTDIvolValueConfigured
protected boolean alertCTDIvolValueConfigured
-
alertCTDIvolValue
protected java.lang.String alertCTDIvolValue
-
alertAccumulatedDLPForwardEstimate
protected java.lang.String alertAccumulatedDLPForwardEstimate
-
alertAccumulatedCTDIvolForwardEstimate
protected java.lang.String alertAccumulatedCTDIvolForwardEstimate
-
alertReasonForProceeding
protected java.lang.String alertReasonForProceeding
-
alertPerson
protected PersonParticipant alertPerson
-
notificationDLPValueConfigured
protected boolean notificationDLPValueConfigured
-
notificationDLPValue
protected java.lang.String notificationDLPValue
-
notificationCTDIvolValueConfigured
protected boolean notificationCTDIvolValueConfigured
-
notificationCTDIvolValue
protected java.lang.String notificationCTDIvolValue
-
notificationDLPForwardEstimate
protected java.lang.String notificationDLPForwardEstimate
-
notificationCTDIvolForwardEstimate
protected java.lang.String notificationCTDIvolForwardEstimate
-
notificationReasonForProceeding
protected java.lang.String notificationReasonForProceeding
-
notificationPerson
protected PersonParticipant notificationPerson
-
-
Constructor Detail
-
CTDoseCheckDetails
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)
-
CTDoseCheckDetails
public CTDoseCheckDetails(ContentItem dose)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getAlertDLPValueConfigured
public boolean getAlertDLPValueConfigured()
-
getAlertDLPValue
public java.lang.String getAlertDLPValue()
-
getAlertCTDIvolValueConfigured
public boolean getAlertCTDIvolValueConfigured()
-
getAlertCTDIvolValue
public java.lang.String getAlertCTDIvolValue()
-
getAlertAccumulatedDLPForwardEstimate
public java.lang.String getAlertAccumulatedDLPForwardEstimate()
-
getAlertAccumulatedCTDIvolForwardEstimate
public java.lang.String getAlertAccumulatedCTDIvolForwardEstimate()
-
getAlertReasonForProceeding
public java.lang.String getAlertReasonForProceeding()
-
getAlertPerson
public PersonParticipant getAlertPerson()
-
getNotificationDLPValueConfigured
public boolean getNotificationDLPValueConfigured()
-
getNotificationDLPValue
public java.lang.String getNotificationDLPValue()
-
getNotificationCTDIvolValueConfigured
public boolean getNotificationCTDIvolValueConfigured()
-
getNotificationCTDIvolValue
public java.lang.String getNotificationCTDIvolValue()
-
getNotificationDLPForwardEstimate
public java.lang.String getNotificationDLPForwardEstimate()
-
getNotificationCTDIvolForwardEstimate
public java.lang.String getNotificationCTDIvolForwardEstimate()
-
getNotificationReasonForProceeding
public java.lang.String getNotificationReasonForProceeding()
-
getNotificationPerson
public PersonParticipant getNotificationPerson()
-
getStructuredReportFragment
public void getStructuredReportFragment(ContentItem root) throws DicomException
- Throws:
DicomException
-
-