public static class ValueSet.ConceptSetFilterComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Type | Property and Description |
|---|---|
boolean |
has |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ValueSet.FilterOperator> |
op
The kind of operation to perform as a part of the filter criteria.
|
protected CodeType |
property
A code that identifies a property defined in the code system.
|
protected CodeType |
value
The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value.
|
modifierExtension| Constructor and Description |
|---|
ConceptSetFilterComponent()
Constructor
|
ConceptSetFilterComponent(CodeType property,
Enumeration<ValueSet.FilterOperator> op,
CodeType value)
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentpublic boolean hasProperty
protected Enumeration<ValueSet.FilterOperator> op
public ConceptSetFilterComponent()
public ConceptSetFilterComponent(CodeType property, Enumeration<ValueSet.FilterOperator> op, CodeType value)
public CodeType getPropertyElement()
property (A code that identifies a property defined in the code system.). This is the underlying object with id, value and extensions. The accessor "getProperty" gives direct access to the valuepublic boolean hasPropertyElement()
public boolean hasProperty()
public ValueSet.ConceptSetFilterComponent setPropertyElement(CodeType value)
value - property (A code that identifies a property defined in the code system.). This is the underlying object with id, value and extensions. The accessor "getProperty" gives direct access to the valuepublic String getProperty()
public ValueSet.ConceptSetFilterComponent setProperty(String value)
value - A code that identifies a property defined in the code system.public Enumeration<ValueSet.FilterOperator> getOpElement()
op (The kind of operation to perform as a part of the filter criteria.). This is the underlying object with id, value and extensions. The accessor "getOp" gives direct access to the valuepublic boolean hasOpElement()
public boolean hasOp()
public ValueSet.ConceptSetFilterComponent setOpElement(Enumeration<ValueSet.FilterOperator> value)
value - op (The kind of operation to perform as a part of the filter criteria.). This is the underlying object with id, value and extensions. The accessor "getOp" gives direct access to the valuepublic ValueSet.FilterOperator getOp()
public ValueSet.ConceptSetFilterComponent setOp(ValueSet.FilterOperator value)
value - The kind of operation to perform as a part of the filter criteria.public CodeType getValueElement()
value (The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the valuepublic boolean hasValueElement()
public boolean hasValue()
public ValueSet.ConceptSetFilterComponent setValueElement(CodeType value)
value - value (The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the valuepublic String getValue()
public ValueSet.ConceptSetFilterComponent setValue(String value)
value - The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value.protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic ValueSet.ConceptSetFilterComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.