Package org.hl7.fhir.r5.model
Class EvidenceVariable.EvidenceVariableCharacteristicComponent
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Element
org.hl7.fhir.r5.model.BackboneElement
org.hl7.fhir.r5.model.EvidenceVariable.EvidenceVariableCharacteristicComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
EvidenceVariable
public static class EvidenceVariable.EvidenceVariableCharacteristicComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
Modifier and TypeFieldDescriptionDefines the characteristic as a combination of two or more characteristics.Defines the characteristic using both a type and value[x] elements.protected CanonicalType
Defines the characteristic using Canonical.protected CodeableConcept
Defines the characteristic using CodeableConcept.protected Expression
Defines the characteristic using Expression.protected IdType
Defines the characteristic using id.protected Reference
Defines the characteristic using a Reference.protected MarkdownType
A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.protected DataType
Length of time in which the characteristic is met.protected BooleanType
When true, this characteristic is an exclusion criterion.protected DataType
Number of occurrences meeting the characteristic.protected IdType
Label used for when a characteristic refers to another characteristic.protected List
<Annotation> A human-readable string to clarify or explain concepts about the characteristic.Timing in which the characteristic is determined.Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddNote()
copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
boolean
getNamedProperty
(int _hash, String _name, boolean _checkValid) getNote()
Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasNote()
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setDefinitionByCombination
(EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent value) setDefinitionByTypeAndValue
(EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent value) setDefinitionCanonical
(String value) setDefinitionId
(String value) setDefinitionIdElement
(IdType value) setDefinitionReference
(Reference value) setDescription
(String value) setDuration
(DataType value) setExclude
(boolean value) setExcludeElement
(BooleanType value) setInstances
(DataType value) setLinkIdElement
(IdType value) setNote
(List<Annotation> theNote) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setTimeFromEvent
(List<EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent> theTimeFromEvent) Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getExtensionString, getFHIRPublicationVersion, getId, getIdBase, getIdElement, getStandardsStatus, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement, setStandardsStatus
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setCopyUserData, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
linkId
Label used for when a characteristic refers to another characteristic. -
description
A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user. -
note
A human-readable string to clarify or explain concepts about the characteristic. -
exclude
When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion. -
definitionReference
Defines the characteristic using a Reference. -
definitionCanonical
Defines the characteristic using Canonical. -
definitionCodeableConcept
Defines the characteristic using CodeableConcept. -
definitionExpression
Defines the characteristic using Expression. -
definitionId
Defines the characteristic using id. -
definitionByTypeAndValue
protected EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent definitionByTypeAndValueDefines the characteristic using both a type and value[x] elements. -
definitionByCombination
protected EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent definitionByCombinationDefines the characteristic as a combination of two or more characteristics. -
instances
Number of occurrences meeting the characteristic. -
duration
Length of time in which the characteristic is met. -
timeFromEvent
Timing in which the characteristic is determined.
-
-
Constructor Details
-
EvidenceVariableCharacteristicComponent
Constructor
-
-
Method Details
-
getLinkIdElement
- Returns:
linkId
(Label used for when a characteristic refers to another characteristic.). This is the underlying object with id, value and extensions. The accessor "getLinkId" gives direct access to the value
-
hasLinkIdElement
-
hasLinkId
-
setLinkIdElement
- Parameters:
value
-linkId
(Label used for when a characteristic refers to another characteristic.). This is the underlying object with id, value and extensions. The accessor "getLinkId" gives direct access to the value
-
getLinkId
- Returns:
- Label used for when a characteristic refers to another characteristic.
-
setLinkId
- Parameters:
value
- Label used for when a characteristic refers to another characteristic.
-
getDescriptionElement
- Returns:
description
(A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
-
hasDescription
-
setDescriptionElement
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDescriptionElement(MarkdownType value) - Parameters:
value
-description
(A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Returns:
- A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.
-
setDescription
- Parameters:
value
- A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.
-
getNote
- Returns:
note
(A human-readable string to clarify or explain concepts about the characteristic.)
-
setNote
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasNote
-
addNote
-
addNote
-
getNoteFirstRep
- Returns:
- The first repetition of repeating field
note
, creating it if it does not already exist {3}
-
getExcludeElement
- Returns:
exclude
(When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.). This is the underlying object with id, value and extensions. The accessor "getExclude" gives direct access to the value
-
hasExcludeElement
-
hasExclude
-
setExcludeElement
public EvidenceVariable.EvidenceVariableCharacteristicComponent setExcludeElement(BooleanType value) - Parameters:
value
-exclude
(When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.). This is the underlying object with id, value and extensions. The accessor "getExclude" gives direct access to the value
-
getExclude
- Returns:
- When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.
-
setExclude
- Parameters:
value
- When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.
-
getDefinitionReference
- Returns:
definitionReference
(Defines the characteristic using a Reference.)
-
hasDefinitionReference
-
setDefinitionReference
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionReference(Reference value) - Parameters:
value
-definitionReference
(Defines the characteristic using a Reference.)
-
getDefinitionCanonicalElement
- Returns:
definitionCanonical
(Defines the characteristic using Canonical.). This is the underlying object with id, value and extensions. The accessor "getDefinitionCanonical" gives direct access to the value
-
hasDefinitionCanonicalElement
-
hasDefinitionCanonical
-
setDefinitionCanonicalElement
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionCanonicalElement(CanonicalType value) - Parameters:
value
-definitionCanonical
(Defines the characteristic using Canonical.). This is the underlying object with id, value and extensions. The accessor "getDefinitionCanonical" gives direct access to the value
-
getDefinitionCanonical
- Returns:
- Defines the characteristic using Canonical.
-
setDefinitionCanonical
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionCanonical(String value) - Parameters:
value
- Defines the characteristic using Canonical.
-
getDefinitionCodeableConcept
- Returns:
definitionCodeableConcept
(Defines the characteristic using CodeableConcept.)
-
hasDefinitionCodeableConcept
-
setDefinitionCodeableConcept
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionCodeableConcept(CodeableConcept value) - Parameters:
value
-definitionCodeableConcept
(Defines the characteristic using CodeableConcept.)
-
getDefinitionExpression
- Returns:
definitionExpression
(Defines the characteristic using Expression.)
-
hasDefinitionExpression
-
setDefinitionExpression
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionExpression(Expression value) - Parameters:
value
-definitionExpression
(Defines the characteristic using Expression.)
-
getDefinitionIdElement
- Returns:
definitionId
(Defines the characteristic using id.). This is the underlying object with id, value and extensions. The accessor "getDefinitionId" gives direct access to the value
-
hasDefinitionIdElement
-
hasDefinitionId
-
setDefinitionIdElement
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionIdElement(IdType value) - Parameters:
value
-definitionId
(Defines the characteristic using id.). This is the underlying object with id, value and extensions. The accessor "getDefinitionId" gives direct access to the value
-
getDefinitionId
- Returns:
- Defines the characteristic using id.
-
setDefinitionId
- Parameters:
value
- Defines the characteristic using id.
-
getDefinitionByTypeAndValue
public EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent getDefinitionByTypeAndValue()- Returns:
definitionByTypeAndValue
(Defines the characteristic using both a type and value[x] elements.)
-
hasDefinitionByTypeAndValue
-
setDefinitionByTypeAndValue
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionByTypeAndValue(EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent value) - Parameters:
value
-definitionByTypeAndValue
(Defines the characteristic using both a type and value[x] elements.)
-
getDefinitionByCombination
public EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent getDefinitionByCombination()- Returns:
definitionByCombination
(Defines the characteristic as a combination of two or more characteristics.)
-
hasDefinitionByCombination
-
setDefinitionByCombination
public EvidenceVariable.EvidenceVariableCharacteristicComponent setDefinitionByCombination(EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent value) - Parameters:
value
-definitionByCombination
(Defines the characteristic as a combination of two or more characteristics.)
-
getInstances
- Returns:
instances
(Number of occurrences meeting the characteristic.)
-
getInstancesQuantity
- Returns:
instances
(Number of occurrences meeting the characteristic.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInstancesQuantity
-
getInstancesRange
- Returns:
instances
(Number of occurrences meeting the characteristic.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasInstancesRange
-
hasInstances
-
setInstances
- Parameters:
value
-instances
(Number of occurrences meeting the characteristic.)
-
getDuration
- Returns:
duration
(Length of time in which the characteristic is met.)
-
getDurationQuantity
- Returns:
duration
(Length of time in which the characteristic is met.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDurationQuantity
-
getDurationRange
- Returns:
duration
(Length of time in which the characteristic is met.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDurationRange
-
hasDuration
-
setDuration
- Parameters:
value
-duration
(Length of time in which the characteristic is met.)
-
getTimeFromEvent
public List<EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent> getTimeFromEvent()- Returns:
timeFromEvent
(Timing in which the characteristic is determined.)
-
setTimeFromEvent
public EvidenceVariable.EvidenceVariableCharacteristicComponent setTimeFromEvent(List<EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent> theTimeFromEvent) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasTimeFromEvent
-
addTimeFromEvent
-
addTimeFromEvent
-
getTimeFromEventFirstRep
public EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent getTimeFromEventFirstRep()- Returns:
- The first repetition of repeating field
timeFromEvent
, creating it if it does not already exist {3}
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
- Returns:
- the FHIR type name of the instance (not the java class name)
-