Package org.hl7.fhir.r5.model
Class DeviceDefinition.DeviceDefinitionGuidelineComponent
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.DeviceDefinition.DeviceDefinitionGuidelineComponent
- 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:
DeviceDefinition
public static class DeviceDefinition.DeviceDefinitionGuidelineComponent
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 TypeFieldDescriptionprotected List
<CodeableConcept> A specific situation when a device should not be used because it may cause harm.protected List
<CodeableConcept> A clinical condition for which the device was designed to be used.protected StringType
A description of the general purpose or medical use of the device or its function.protected List
<RelatedArtifact> A source of information or reference for this guideline.protected MarkdownType
Detailed written and visual directions for the user on how to use the device.protected List
<UsageContext> The circumstances that form the setting for using the device.protected List
<CodeableConcept> Specific hazard alert information that a user needs to know before using the device.Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setContraindication
(List<CodeableConcept> theContraindication) setIndication
(List<CodeableConcept> theIndication) setIntendedUse
(String value) setIntendedUseElement
(StringType value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setRelatedArtifact
(List<RelatedArtifact> theRelatedArtifact) setUsageInstruction
(String value) setUseContext
(List<UsageContext> theUseContext) setWarning
(List<CodeableConcept> theWarning) 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
-
useContext
The circumstances that form the setting for using the device. -
usageInstruction
Detailed written and visual directions for the user on how to use the device. -
indication
A clinical condition for which the device was designed to be used. -
contraindication
A specific situation when a device should not be used because it may cause harm. -
warning
Specific hazard alert information that a user needs to know before using the device. -
intendedUse
A description of the general purpose or medical use of the device or its function.
-
-
Constructor Details
-
DeviceDefinitionGuidelineComponent
public DeviceDefinitionGuidelineComponent()Constructor
-
-
Method Details
-
getUseContext
- Returns:
useContext
(The circumstances that form the setting for using the device.)
-
setUseContext
public DeviceDefinition.DeviceDefinitionGuidelineComponent setUseContext(List<UsageContext> theUseContext) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasUseContext
-
addUseContext
-
addUseContext
-
getUseContextFirstRep
- Returns:
- The first repetition of repeating field
useContext
, creating it if it does not already exist {3}
-
getUsageInstructionElement
- Returns:
usageInstruction
(Detailed written and visual directions for the user on how to use the device.). This is the underlying object with id, value and extensions. The accessor "getUsageInstruction" gives direct access to the value
-
hasUsageInstructionElement
-
hasUsageInstruction
-
setUsageInstructionElement
public DeviceDefinition.DeviceDefinitionGuidelineComponent setUsageInstructionElement(MarkdownType value) - Parameters:
value
-usageInstruction
(Detailed written and visual directions for the user on how to use the device.). This is the underlying object with id, value and extensions. The accessor "getUsageInstruction" gives direct access to the value
-
getUsageInstruction
- Returns:
- Detailed written and visual directions for the user on how to use the device.
-
setUsageInstruction
- Parameters:
value
- Detailed written and visual directions for the user on how to use the device.
-
getRelatedArtifact
- Returns:
relatedArtifact
(A source of information or reference for this guideline.)
-
setRelatedArtifact
public DeviceDefinition.DeviceDefinitionGuidelineComponent setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasRelatedArtifact
-
addRelatedArtifact
-
addRelatedArtifact
-
getRelatedArtifactFirstRep
- Returns:
- The first repetition of repeating field
relatedArtifact
, creating it if it does not already exist {3}
-
getIndication
- Returns:
indication
(A clinical condition for which the device was designed to be used.)
-
setIndication
public DeviceDefinition.DeviceDefinitionGuidelineComponent setIndication(List<CodeableConcept> theIndication) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasIndication
-
addIndication
-
addIndication
-
getIndicationFirstRep
- Returns:
- The first repetition of repeating field
indication
, creating it if it does not already exist {3}
-
getContraindication
- Returns:
contraindication
(A specific situation when a device should not be used because it may cause harm.)
-
setContraindication
public DeviceDefinition.DeviceDefinitionGuidelineComponent setContraindication(List<CodeableConcept> theContraindication) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasContraindication
-
addContraindication
-
addContraindication
-
getContraindicationFirstRep
- Returns:
- The first repetition of repeating field
contraindication
, creating it if it does not already exist {3}
-
getWarning
- Returns:
warning
(Specific hazard alert information that a user needs to know before using the device.)
-
setWarning
public DeviceDefinition.DeviceDefinitionGuidelineComponent setWarning(List<CodeableConcept> theWarning) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasWarning
-
addWarning
-
addWarning
-
getWarningFirstRep
- Returns:
- The first repetition of repeating field
warning
, creating it if it does not already exist {3}
-
getIntendedUseElement
- Returns:
intendedUse
(A description of the general purpose or medical use of the device or its function.). This is the underlying object with id, value and extensions. The accessor "getIntendedUse" gives direct access to the value
-
hasIntendedUseElement
-
hasIntendedUse
-
setIntendedUseElement
- Parameters:
value
-intendedUse
(A description of the general purpose or medical use of the device or its function.). This is the underlying object with id, value and extensions. The accessor "getIntendedUse" gives direct access to the value
-
getIntendedUse
- Returns:
- A description of the general purpose or medical use of the device or its function.
-
setIntendedUse
- Parameters:
value
- A description of the general purpose or medical use of the device or its function.
-
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)
-