public static class ModuleDefinition.ModuleDefinitionDataComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected List<ModuleDefinition.ModuleDefinitionDataCodeFilterComponent> |
codeFilter
Code filters for the required data, if any.
|
protected List<ModuleDefinition.ModuleDefinitionDataDateFilterComponent> |
dateFilter
Date filters for the required data, if any.
|
protected List<StringType> |
mustSupport
Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation.
|
protected Reference |
profile
The profile of the required data, specified as the uri of the profile definition.
|
protected StructureDefinition |
profileTarget
The actual object that is the target of the reference (The profile of the required data, specified as the uri of the profile definition.)
|
protected CodeType |
type
The type of the required data, specified as the type name of a resource.
|
modifierExtension| Constructor and Description |
|---|
ModuleDefinitionDataComponent()
Constructor
|
ModuleDefinitionDataComponent(CodeType type)
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, hasFormatCommentprotected CodeType type
protected Reference profile
protected StructureDefinition profileTarget
protected List<StringType> mustSupport
protected List<ModuleDefinition.ModuleDefinitionDataCodeFilterComponent> codeFilter
protected List<ModuleDefinition.ModuleDefinitionDataDateFilterComponent> dateFilter
public ModuleDefinitionDataComponent()
public ModuleDefinitionDataComponent(CodeType type)
public CodeType getTypeElement()
type (The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic boolean hasTypeElement()
public boolean hasType()
public ModuleDefinition.ModuleDefinitionDataComponent setTypeElement(CodeType value)
value - type (The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic String getType()
public ModuleDefinition.ModuleDefinitionDataComponent setType(String value)
value - The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.public Reference getProfile()
profile (The profile of the required data, specified as the uri of the profile definition.)public boolean hasProfile()
public ModuleDefinition.ModuleDefinitionDataComponent setProfile(Reference value)
value - profile (The profile of the required data, specified as the uri of the profile definition.)public StructureDefinition getProfileTarget()
profile The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The profile of the required data, specified as the uri of the profile definition.)public ModuleDefinition.ModuleDefinitionDataComponent setProfileTarget(StructureDefinition value)
value - profile The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The profile of the required data, specified as the uri of the profile definition.)public List<StringType> getMustSupport()
mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public boolean hasMustSupport()
public StringType addMustSupportElement()
mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public ModuleDefinition.ModuleDefinitionDataComponent addMustSupport(String value)
value - mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public boolean hasMustSupport(String value)
value - mustSupport (Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available.)public List<ModuleDefinition.ModuleDefinitionDataCodeFilterComponent> getCodeFilter()
codeFilter (Code filters for the required data, if any.)public boolean hasCodeFilter()
public ModuleDefinition.ModuleDefinitionDataCodeFilterComponent addCodeFilter()
codeFilter (Code filters for the required data, if any.)public ModuleDefinition.ModuleDefinitionDataComponent addCodeFilter(ModuleDefinition.ModuleDefinitionDataCodeFilterComponent t)
public List<ModuleDefinition.ModuleDefinitionDataDateFilterComponent> getDateFilter()
dateFilter (Date filters for the required data, if any.)public boolean hasDateFilter()
public ModuleDefinition.ModuleDefinitionDataDateFilterComponent addDateFilter()
dateFilter (Date filters for the required data, if any.)public ModuleDefinition.ModuleDefinitionDataComponent addDateFilter(ModuleDefinition.ModuleDefinitionDataDateFilterComponent t)
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 ModuleDefinition.ModuleDefinitionDataComponent 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.