Package org.hl7.fhir.r5.model
Class CarePlan.CarePlanActivityPlannedActivityDetailComponent
- 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.CarePlan.CarePlanActivityPlannedActivityDetailComponent
-
- 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:
- CarePlan
public static class CarePlan.CarePlanActivityPlannedActivityDetailComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CodeableConceptcodeDetailed description of the type of planned activity; e.g.protected QuantitydailyAmountIdentifies the quantity expected to be consumed in a given day.protected StringTypedescriptionThis provides a textual description of constraints on the intended activity occurrence, including relation to other activities.protected BooleanTypedoNotPerformIf true, indicates that the described activity is one that must NOT be engaged in when following the plan.protected List<Reference>goalInternal reference that identifies the goals that this activity is intended to contribute towards meeting.protected List<CanonicalType>instantiatesCanonicalThe URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.protected List<UriType>instantiatesUriThe URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.protected Enumeration<CarePlan.CarePlanActivityKind>kindA description of the kind of resource the in-line definition of a care plan activity is representing.protected CodeableReferencelocationIdentifies the facility where the activity will occur; e.g.protected List<Reference>performerIdentifies who's expected to be involved in the activity.protected DataTypeproductIdentifies the food, drug or other product to be consumed or supplied in the activity.protected QuantityquantityIdentifies the quantity expected to be supplied, administered or consumed by the subject.protected List<CodeableReference>reasonProvides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited - either a coded concept, or another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.protected DataTypereportedIndicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.protected DataTypescheduledThe period, timing or frequency upon which the described activity is to occur.protected Enumeration<CarePlan.CarePlanActivityStatus>statusIdentifies what progress is being made for the specific activity.protected CodeableConceptstatusReasonProvides reason why the activity isn't yet started, is on hold, was cancelled, etc.-
Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description CarePlanActivityPlannedActivityDetailComponent()ConstructorCarePlanActivityPlannedActivityDetailComponent(CarePlan.CarePlanActivityStatus status)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, removeExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, 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
-
-
-
-
Field Detail
-
kind
protected Enumeration<CarePlan.CarePlanActivityKind> kind
A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
instantiatesCanonical
protected List<CanonicalType> instantiatesCanonical
The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.
-
instantiatesUri
protected List<UriType> instantiatesUri
The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.
-
code
protected CodeableConcept code
Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.
-
reason
protected List<CodeableReference> reason
Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited - either a coded concept, or another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.
-
goal
protected List<Reference> goal
Internal reference that identifies the goals that this activity is intended to contribute towards meeting.
-
status
protected Enumeration<CarePlan.CarePlanActivityStatus> status
Identifies what progress is being made for the specific activity.
-
statusReason
protected CodeableConcept statusReason
Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.
-
doNotPerform
protected BooleanType doNotPerform
If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
scheduled
protected DataType scheduled
The period, timing or frequency upon which the described activity is to occur.
-
location
protected CodeableReference location
Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.
-
reported
protected DataType reported
Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.
-
performer
protected List<Reference> performer
Identifies who's expected to be involved in the activity.
-
product
protected DataType product
Identifies the food, drug or other product to be consumed or supplied in the activity.
-
dailyAmount
protected Quantity dailyAmount
Identifies the quantity expected to be consumed in a given day.
-
quantity
protected Quantity quantity
Identifies the quantity expected to be supplied, administered or consumed by the subject.
-
description
protected StringType description
This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
-
Constructor Detail
-
CarePlanActivityPlannedActivityDetailComponent
public CarePlanActivityPlannedActivityDetailComponent()
Constructor
-
CarePlanActivityPlannedActivityDetailComponent
public CarePlanActivityPlannedActivityDetailComponent(CarePlan.CarePlanActivityStatus status)
Constructor
-
-
Method Detail
-
getKindElement
public Enumeration<CarePlan.CarePlanActivityKind> getKindElement()
- Returns:
kind(A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
hasKindElement
public boolean hasKindElement()
-
hasKind
public boolean hasKind()
-
setKindElement
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setKindElement(Enumeration<CarePlan.CarePlanActivityKind> value)
- Parameters:
value-kind(A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
getKind
public CarePlan.CarePlanActivityKind getKind()
- Returns:
- A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
setKind
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setKind(CarePlan.CarePlanActivityKind value)
- Parameters:
value- A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.
-
getInstantiatesCanonical
public List<CanonicalType> getInstantiatesCanonical()
- Returns:
instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
setInstantiatesCanonical
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical()
-
addInstantiatesCanonicalElement
public CanonicalType addInstantiatesCanonicalElement()
- Returns:
instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
addInstantiatesCanonical
public CarePlan.CarePlanActivityPlannedActivityDetailComponent addInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical(String value)
- Parameters:
value-instantiatesCanonical(The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
getInstantiatesUri
public List<UriType> getInstantiatesUri()
- Returns:
instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
setInstantiatesUri
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setInstantiatesUri(List<UriType> theInstantiatesUri)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasInstantiatesUri
public boolean hasInstantiatesUri()
-
addInstantiatesUriElement
public UriType addInstantiatesUriElement()
- Returns:
instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
addInstantiatesUri
public CarePlan.CarePlanActivityPlannedActivityDetailComponent addInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
hasInstantiatesUri
public boolean hasInstantiatesUri(String value)
- Parameters:
value-instantiatesUri(The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.)
-
getCode
public CodeableConcept getCode()
- Returns:
code(Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.)
-
hasCode
public boolean hasCode()
-
setCode
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setCode(CodeableConcept value)
- Parameters:
value-code(Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.)
-
getReason
public List<CodeableReference> getReason()
- Returns:
reason(Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited - either a coded concept, or another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.)
-
setReason
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setReason(List<CodeableReference> theReason)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReason
public boolean hasReason()
-
addReason
public CodeableReference addReason()
-
addReason
public CarePlan.CarePlanActivityPlannedActivityDetailComponent addReason(CodeableReference t)
-
getReasonFirstRep
public CodeableReference getReasonFirstRep()
- Returns:
- The first repetition of repeating field
reason, creating it if it does not already exist {3}
-
getGoal
public List<Reference> getGoal()
- Returns:
goal(Internal reference that identifies the goals that this activity is intended to contribute towards meeting.)
-
setGoal
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setGoal(List<Reference> theGoal)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasGoal
public boolean hasGoal()
-
addGoal
public CarePlan.CarePlanActivityPlannedActivityDetailComponent addGoal(Reference t)
-
getGoalFirstRep
public Reference getGoalFirstRep()
- Returns:
- The first repetition of repeating field
goal, creating it if it does not already exist {3}
-
getStatusElement
public Enumeration<CarePlan.CarePlanActivityStatus> getStatusElement()
- Returns:
status(Identifies what progress is being made for the specific activity.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setStatusElement(Enumeration<CarePlan.CarePlanActivityStatus> value)
- Parameters:
value-status(Identifies what progress is being made for the specific activity.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public CarePlan.CarePlanActivityStatus getStatus()
- Returns:
- Identifies what progress is being made for the specific activity.
-
setStatus
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setStatus(CarePlan.CarePlanActivityStatus value)
- Parameters:
value- Identifies what progress is being made for the specific activity.
-
getStatusReason
public CodeableConcept getStatusReason()
- Returns:
statusReason(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
hasStatusReason
public boolean hasStatusReason()
-
setStatusReason
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setStatusReason(CodeableConcept value)
- Parameters:
value-statusReason(Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.)
-
getDoNotPerformElement
public BooleanType getDoNotPerformElement()
- Returns:
doNotPerform(If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getDoNotPerform" gives direct access to the value
-
hasDoNotPerformElement
public boolean hasDoNotPerformElement()
-
hasDoNotPerform
public boolean hasDoNotPerform()
-
setDoNotPerformElement
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setDoNotPerformElement(BooleanType value)
- Parameters:
value-doNotPerform(If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.). This is the underlying object with id, value and extensions. The accessor "getDoNotPerform" gives direct access to the value
-
getDoNotPerform
public boolean getDoNotPerform()
- Returns:
- If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
setDoNotPerform
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setDoNotPerform(boolean value)
- Parameters:
value- If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.
-
getScheduled
public DataType getScheduled()
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)
-
getScheduledTiming
public Timing getScheduledTiming() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledTiming
public boolean hasScheduledTiming()
-
getScheduledPeriod
public Period getScheduledPeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledPeriod
public boolean hasScheduledPeriod()
-
getScheduledStringType
public StringType getScheduledStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
scheduled(The period, timing or frequency upon which the described activity is to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasScheduledStringType
public boolean hasScheduledStringType()
-
hasScheduled
public boolean hasScheduled()
-
setScheduled
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setScheduled(DataType value)
- Parameters:
value-scheduled(The period, timing or frequency upon which the described activity is to occur.)
-
getLocation
public CodeableReference getLocation()
- Returns:
location(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
hasLocation
public boolean hasLocation()
-
setLocation
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setLocation(CodeableReference value)
- Parameters:
value-location(Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.)
-
getReported
public DataType getReported()
- Returns:
reported(Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.)
-
getReportedBooleanType
public BooleanType getReportedBooleanType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
reported(Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasReportedBooleanType
public boolean hasReportedBooleanType()
-
getReportedReference
public Reference getReportedReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
reported(Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasReportedReference
public boolean hasReportedReference()
-
hasReported
public boolean hasReported()
-
setReported
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setReported(DataType value)
- Parameters:
value-reported(Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.)
-
getPerformer
public List<Reference> getPerformer()
- Returns:
performer(Identifies who's expected to be involved in the activity.)
-
setPerformer
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setPerformer(List<Reference> thePerformer)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasPerformer
public boolean hasPerformer()
-
addPerformer
public Reference addPerformer()
-
addPerformer
public CarePlan.CarePlanActivityPlannedActivityDetailComponent addPerformer(Reference t)
-
getPerformerFirstRep
public Reference getPerformerFirstRep()
- Returns:
- The first repetition of repeating field
performer, creating it if it does not already exist {3}
-
getProduct
public DataType getProduct()
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getProductCodeableConcept
public CodeableConcept getProductCodeableConcept() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductCodeableConcept
public boolean hasProductCodeableConcept()
-
getProductReference
public Reference getProductReference() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
product(Identifies the food, drug or other product to be consumed or supplied in the activity.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasProductReference
public boolean hasProductReference()
-
hasProduct
public boolean hasProduct()
-
setProduct
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setProduct(DataType value)
- Parameters:
value-product(Identifies the food, drug or other product to be consumed or supplied in the activity.)
-
getDailyAmount
public Quantity getDailyAmount()
- Returns:
dailyAmount(Identifies the quantity expected to be consumed in a given day.)
-
hasDailyAmount
public boolean hasDailyAmount()
-
setDailyAmount
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setDailyAmount(Quantity value)
- Parameters:
value-dailyAmount(Identifies the quantity expected to be consumed in a given day.)
-
getQuantity
public Quantity getQuantity()
- Returns:
quantity(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
hasQuantity
public boolean hasQuantity()
-
setQuantity
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setQuantity(Quantity value)
- Parameters:
value-quantity(Identifies the quantity expected to be supplied, administered or consumed by the subject.)
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setDescriptionElement(StringType value)
- Parameters:
value-description(This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
setDescription
public CarePlan.CarePlanActivityPlannedActivityDetailComponent setDescription(String value)
- Parameters:
value- This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public CarePlan.CarePlanActivityPlannedActivityDetailComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(CarePlan.CarePlanActivityPlannedActivityDetailComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-