Class DecisionSupportRule
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.DecisionSupportRule
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DecisionSupportRule extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for DecisionSupportRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecisionSupportRule"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="moduleMetadata" type="{http://hl7.org/fhir}ModuleMetadata" minOccurs="0"/> <element name="library" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/> <element name="trigger" type="{http://hl7.org/fhir}TriggerDefinition" maxOccurs="unbounded" minOccurs="0"/> <element name="condition" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="action" type="{http://hl7.org/fhir}ActionDefinition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ActionDefinition>actionprotected Stringconditionprotected java.util.List<Reference>libraryprotected ModuleMetadatamoduleMetadataprotected java.util.List<TriggerDefinition>trigger-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description DecisionSupportRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<ActionDefinition>getAction()Gets the value of the action property.StringgetCondition()Gets the value of the condition property.java.util.List<Reference>getLibrary()Gets the value of the library property.ModuleMetadatagetModuleMetadata()Gets the value of the moduleMetadata property.java.util.List<TriggerDefinition>getTrigger()Gets the value of the trigger property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCondition(String value)Sets the value of the condition property.voidsetModuleMetadata(ModuleMetadata value)Sets the value of the moduleMetadata property.java.lang.StringtoString()DecisionSupportRulewithAction(java.util.Collection<ActionDefinition> values)DecisionSupportRulewithAction(ActionDefinition... values)DecisionSupportRulewithCondition(String value)DecisionSupportRulewithContained(java.util.Collection<ResourceContainer> values)DecisionSupportRulewithContained(ResourceContainer... values)DecisionSupportRulewithExtension(java.util.Collection<Extension> values)DecisionSupportRulewithExtension(Extension... values)DecisionSupportRulewithId(Id value)DecisionSupportRulewithImplicitRules(Uri value)DecisionSupportRulewithLanguage(Code value)DecisionSupportRulewithLibrary(java.util.Collection<Reference> values)DecisionSupportRulewithLibrary(Reference... values)DecisionSupportRulewithMeta(Meta value)DecisionSupportRulewithModifierExtension(java.util.Collection<Extension> values)DecisionSupportRulewithModifierExtension(Extension... values)DecisionSupportRulewithModuleMetadata(ModuleMetadata value)DecisionSupportRulewithText(Narrative value)DecisionSupportRulewithTrigger(java.util.Collection<TriggerDefinition> values)DecisionSupportRulewithTrigger(TriggerDefinition... values)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
moduleMetadata
protected ModuleMetadata moduleMetadata
-
library
protected java.util.List<Reference> library
-
trigger
protected java.util.List<TriggerDefinition> trigger
-
condition
protected String condition
-
action
protected java.util.List<ActionDefinition> action
-
-
Method Detail
-
getModuleMetadata
public ModuleMetadata getModuleMetadata()
Gets the value of the moduleMetadata property.- Returns:
- possible object is
ModuleMetadata
-
setModuleMetadata
public void setModuleMetadata(ModuleMetadata value)
Sets the value of the moduleMetadata property.- Parameters:
value- allowed object isModuleMetadata
-
getLibrary
public java.util.List<Reference> getLibrary()
Gets the value of the library property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the library property.For example, to add a new item, do as follows:
getLibrary().add(newItem);Objects of the following type(s) are allowed in the list
Reference
-
getTrigger
public java.util.List<TriggerDefinition> getTrigger()
Gets the value of the trigger property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trigger property.For example, to add a new item, do as follows:
getTrigger().add(newItem);Objects of the following type(s) are allowed in the list
TriggerDefinition
-
getCondition
public String getCondition()
Gets the value of the condition property.- Returns:
- possible object is
String
-
setCondition
public void setCondition(String value)
Sets the value of the condition property.- Parameters:
value- allowed object isString
-
getAction
public java.util.List<ActionDefinition> getAction()
Gets the value of the action property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the action property.For example, to add a new item, do as follows:
getAction().add(newItem);Objects of the following type(s) are allowed in the list
ActionDefinition
-
withModuleMetadata
public DecisionSupportRule withModuleMetadata(ModuleMetadata value)
-
withLibrary
public DecisionSupportRule withLibrary(Reference... values)
-
withLibrary
public DecisionSupportRule withLibrary(java.util.Collection<Reference> values)
-
withTrigger
public DecisionSupportRule withTrigger(TriggerDefinition... values)
-
withTrigger
public DecisionSupportRule withTrigger(java.util.Collection<TriggerDefinition> values)
-
withCondition
public DecisionSupportRule withCondition(String value)
-
withAction
public DecisionSupportRule withAction(ActionDefinition... values)
-
withAction
public DecisionSupportRule withAction(java.util.Collection<ActionDefinition> values)
-
withText
public DecisionSupportRule withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public DecisionSupportRule withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public DecisionSupportRule withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public DecisionSupportRule withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public DecisionSupportRule withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public DecisionSupportRule withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public DecisionSupportRule withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public DecisionSupportRule withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public DecisionSupportRule withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public DecisionSupportRule withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public DecisionSupportRule withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDomainResource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-