Package org.hl7.fhir

Class DataRequirementCodeFilter

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

    public class DataRequirementCodeFilter
    extends Element
    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 a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

    Java class for DataRequirement.CodeFilter complex type.

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

     <complexType name="DataRequirement.CodeFilter">
       <complexContent>
         <extension base="{http://hl7.org/fhir}Element">
           <sequence>
             <element name="path" type="{http://hl7.org/fhir}string"/>
             <choice minOccurs="0">
               <element name="valueSetString" type="{http://hl7.org/fhir}string"/>
               <element name="valueSetReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="valueCode" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
             <element name="valueCoding" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
             <element name="valueCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • valueSetString

        protected String valueSetString
      • valueSetReference

        protected Reference valueSetReference
      • valueCode

        protected java.util.List<Code> valueCode
      • valueCoding

        protected java.util.List<Coding> valueCoding
      • valueCodeableConcept

        protected java.util.List<CodeableConcept> valueCodeableConcept
    • Constructor Detail

      • DataRequirementCodeFilter

        public DataRequirementCodeFilter()
    • Method Detail

      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • getValueSetString

        public String getValueSetString()
        Gets the value of the valueSetString property.
        Returns:
        possible object is String
      • setValueSetString

        public void setValueSetString​(String value)
        Sets the value of the valueSetString property.
        Parameters:
        value - allowed object is String
      • getValueSetReference

        public Reference getValueSetReference()
        Gets the value of the valueSetReference property.
        Returns:
        possible object is Reference
      • setValueSetReference

        public void setValueSetReference​(Reference value)
        Sets the value of the valueSetReference property.
        Parameters:
        value - allowed object is Reference
      • getValueCode

        public java.util.List<Code> getValueCode()
        Gets the value of the valueCode 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 valueCode property.

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

            getValueCode().add(newItem);
         

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

      • getValueCoding

        public java.util.List<Coding> getValueCoding()
        Gets the value of the valueCoding 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 valueCoding property.

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

            getValueCoding().add(newItem);
         

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

      • getValueCodeableConcept

        public java.util.List<CodeableConcept> getValueCodeableConcept()
        Gets the value of the valueCodeableConcept 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 valueCodeableConcept property.

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

            getValueCodeableConcept().add(newItem);
         

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

      • 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 Element
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Element
      • 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 Element
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Element
      • 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 Element
      • 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 Element