Package org.hl7.fhir

Class GuidanceResponseAction

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class GuidanceResponseAction
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.

    Java class for GuidanceResponse.Action complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GuidanceResponse.Action">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
             <element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="textEquivalent" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="concept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
             <element name="supportingEvidence" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
             <element name="relatedAction" type="{http://hl7.org/fhir}GuidanceResponse.RelatedAction" minOccurs="0"/>
             <element name="documentation" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
             <element name="participant" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="type" type="{http://hl7.org/fhir}code" minOccurs="0"/>
             <element name="behavior" type="{http://hl7.org/fhir}GuidanceResponse.Behavior" maxOccurs="unbounded" minOccurs="0"/>
             <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="action" type="{http://hl7.org/fhir}GuidanceResponse.Action" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GuidanceResponseAction

        public GuidanceResponseAction()
    • Method Detail

      • getActionIdentifier

        public Identifier getActionIdentifier()
        Gets the value of the actionIdentifier property.
        Returns:
        possible object is Identifier
      • setActionIdentifier

        public void setActionIdentifier​(Identifier value)
        Sets the value of the actionIdentifier property.
        Parameters:
        value - allowed object is Identifier
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getTextEquivalent

        public String getTextEquivalent()
        Gets the value of the textEquivalent property.
        Returns:
        possible object is String
      • setTextEquivalent

        public void setTextEquivalent​(String value)
        Sets the value of the textEquivalent property.
        Parameters:
        value - allowed object is String
      • getConcept

        public java.util.List<CodeableConcept> getConcept()
        Gets the value of the concept 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 set method for the concept property.

        For example, to add a new item, do as follows:

            getConcept().add(newItem);
         

        Objects of the following type(s) are allowed in the list CodeableConcept

      • getSupportingEvidence

        public java.util.List<Attachment> getSupportingEvidence()
        Gets the value of the supportingEvidence 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 set method for the supportingEvidence property.

        For example, to add a new item, do as follows:

            getSupportingEvidence().add(newItem);
         

        Objects of the following type(s) are allowed in the list Attachment

      • getDocumentation

        public java.util.List<Attachment> getDocumentation()
        Gets the value of the documentation 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 set method for the documentation property.

        For example, to add a new item, do as follows:

            getDocumentation().add(newItem);
         

        Objects of the following type(s) are allowed in the list Attachment

      • getParticipant

        public java.util.List<Reference> getParticipant()
        Gets the value of the participant 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 set method for the participant property.

        For example, to add a new item, do as follows:

            getParticipant().add(newItem);
         

        Objects of the following type(s) are allowed in the list Reference

      • getType

        public Code getType()
        Gets the value of the type property.
        Returns:
        possible object is Code
      • setType

        public void setType​(Code value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is Code
      • getBehavior

        public java.util.List<GuidanceResponseBehavior> getBehavior()
        Gets the value of the behavior 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 set method for the behavior property.

        For example, to add a new item, do as follows:

            getBehavior().add(newItem);
         

        Objects of the following type(s) are allowed in the list GuidanceResponseBehavior

      • getResource

        public Reference getResource()
        Gets the value of the resource property.
        Returns:
        possible object is Reference
      • setResource

        public void setResource​(Reference value)
        Sets the value of the resource property.
        Parameters:
        value - allowed object is Reference
      • getAction

        public java.util.List<GuidanceResponseAction> 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 set method 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 GuidanceResponseAction

      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BackboneElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BackboneElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BackboneElement
      • 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:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class BackboneElement
      • 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:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class BackboneElement