public class AlertSignalDescriptor extends AbstractAlertDescriptor
Java class for AlertSignalDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSignalDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractAlertDescriptor">
<attribute name="ConditionSignaled" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
<attribute name="Manifestation" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertSignalManifestation" />
<attribute name="Latching" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="DefaultSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="SignalDelegationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AcknowledgementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AcknowledgeTimeout" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
acknowledgementSupported |
protected Duration |
acknowledgeTimeout |
protected String |
conditionSignaled |
protected Duration |
defaultSignalGenerationDelay |
protected boolean |
isLatching |
protected Boolean |
isSignalDelegationSupported |
protected AlertSignalManifestation |
signalManifestation |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AlertSignalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getAcknowledgeTimeout()
Gets the value of the acknowledgeTimeout property.
|
String |
getConditionSignaled()
Gets the value of the conditionSignaled property.
|
Duration |
getDefaultSignalGenerationDelay()
Gets the value of the defaultSignalGenerationDelay property.
|
AlertSignalManifestation |
getSignalManifestation()
See pm:AlertSignalManifestation.
|
int |
hashCode() |
Boolean |
isAcknowledgementSupported()
Gets the value of the acknowledgementSupported property.
|
boolean |
isIsLatching()
An ALERT SIGNAL is latching if it outlives its triggering ALERT CONDITION until it is stopped by deliberate action.
|
Boolean |
isIsSignalDelegationSupported()
SignalDelegationSupported SHALL be set to "true" to indicate if the signal can be generated on another POC MEDICAL DEVICE as primary ALERT SIGNAL, otherwise "false".
|
void |
setAcknowledgementSupported(Boolean value)
Sets the value of the acknowledgementSupported property.
|
void |
setAcknowledgeTimeout(Duration value)
Sets the value of the acknowledgeTimeout property.
|
void |
setConditionSignaled(String value)
Sets the value of the conditionSignaled property.
|
void |
setDefaultSignalGenerationDelay(Duration value)
Sets the value of the defaultSignalGenerationDelay property.
|
void |
setIsLatching(boolean value)
Sets the value of the isLatching property.
|
void |
setIsSignalDelegationSupported(Boolean value)
Sets the value of the isSignalDelegationSupported property.
|
void |
setSignalManifestation(AlertSignalManifestation value)
Sets the value of the signalManifestation property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected String conditionSignaled
protected AlertSignalManifestation signalManifestation
protected boolean isLatching
protected Duration defaultSignalGenerationDelay
protected Boolean isSignalDelegationSupported
protected Boolean acknowledgementSupported
protected Duration acknowledgeTimeout
public String getConditionSignaled()
Stringpublic void setConditionSignaled(String value)
value - allowed object is
Stringpublic AlertSignalManifestation getSignalManifestation()
AlertSignalManifestationpublic void setSignalManifestation(AlertSignalManifestation value)
value - allowed object is
AlertSignalManifestationpublic boolean isIsLatching()
public void setIsLatching(boolean value)
public Duration getDefaultSignalGenerationDelay()
Durationpublic void setDefaultSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic Boolean isIsSignalDelegationSupported()
Booleanpublic void setIsSignalDelegationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isAcknowledgementSupported()
Booleanpublic void setAcknowledgementSupported(Boolean value)
value - allowed object is
Booleanpublic Duration getAcknowledgeTimeout()
Durationpublic void setAcknowledgeTimeout(Duration value)
value - allowed object is
Durationpublic String toString()
toString in class AbstractAlertDescriptorpublic boolean equals(Object that)
equals in class AbstractAlertDescriptorpublic int hashCode()
hashCode in class AbstractAlertDescriptorCopyright © 2018. All rights reserved.