
Package org.hl7.fhir.r5.openehr
Class INSTRUCTION_DETAILS
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.Any
org.hl7.fhir.r5.openehr.PATHABLE
org.hl7.fhir.r5.openehr.INSTRUCTION_DETAILS
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.ICompositeType
public class INSTRUCTION_DETAILS
extends PATHABLE
implements org.hl7.fhir.instance.model.api.ICompositeType
Used to record details of the Instruction causing an Action.
- 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
FieldsModifier and TypeFieldDescriptionprotected StringTypeIdentifier of Activity within Instruction, in the form of its archetype path.protected LOCATABLE_REFReference to causing Instruction.protected ITEM_STRUCTUREVarious workflow engine state details, potentially including such things as: condition that fired to cause this Action to be done (with actual variables substituted); list of notifications which actually occurred (with all variables substituted); other workflow engine state.Fields inherited from class org.hl7.fhir.r5.openehr.PATHABLE
archetype_details, archetype_node_id, feeder_audit, linksList, name, uid -
Constructor Summary
ConstructorsConstructorDescriptionConstructorINSTRUCTION_DETAILS(LOCATABLE_REF instruction_id, String activity_id) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidbooleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setActivity_id(String value) setActivity_idElement(StringType value) setInstruction_id(LOCATABLE_REF value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setWf_details(ITEM_STRUCTURE value) protected INSTRUCTION_DETAILSMethods inherited from class org.hl7.fhir.r5.openehr.PATHABLE
addLinks, addLinks, copyValues, getArchetype_details, getArchetype_node_id, getArchetype_node_idElement, getFeeder_audit, getLinksFirstRep, getLinksList, getName, getUid, hasArchetype_details, hasArchetype_node_id, hasArchetype_node_idElement, hasFeeder_audit, hasLinks, hasName, hasUid, setArchetype_details, setArchetype_node_id, setArchetype_node_idElement, setFeeder_audit, setLinksList, setName, setUidMethods inherited from class org.hl7.fhir.r5.openehr.Any
copyValuesMethods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBaseMethods 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, executeFunction, 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, removeChild, setCopyUserData, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Field Details
-
instruction_id
Reference to causing Instruction. -
activity_id
Identifier of Activity within Instruction, in the form of its archetype path. -
wf_details
Various workflow engine state details, potentially including such things as: condition that fired to cause this Action to be done (with actual variables substituted); list of notifications which actually occurred (with all variables substituted); other workflow engine state. This specification does not currently define the actual structure or semantics of this field.
-
-
Constructor Details
-
INSTRUCTION_DETAILS
public INSTRUCTION_DETAILS()Constructor -
INSTRUCTION_DETAILS
Constructor
-
-
Method Details
-
getInstruction_id
- Returns:
instruction_id(Reference to causing Instruction.)
-
hasInstruction_id
-
setInstruction_id
- Parameters:
value-instruction_id(Reference to causing Instruction.)
-
getActivity_idElement
- Returns:
activity_id(Identifier of Activity within Instruction, in the form of its archetype path.). This is the underlying object with id, value and extensions. The accessor "getActivity_id" gives direct access to the value
-
hasActivity_idElement
-
hasActivity_id
-
setActivity_idElement
- Parameters:
value-activity_id(Identifier of Activity within Instruction, in the form of its archetype path.). This is the underlying object with id, value and extensions. The accessor "getActivity_id" gives direct access to the value
-
getActivity_id
- Returns:
- Identifier of Activity within Instruction, in the form of its archetype path.
-
setActivity_id
- Parameters:
value- Identifier of Activity within Instruction, in the form of its archetype path.
-
getWf_details
- Returns:
wf_details(Various workflow engine state details, potentially including such things as: condition that fired to cause this Action to be done (with actual variables substituted); list of notifications which actually occurred (with all variables substituted); other workflow engine state. This specification does not currently define the actual structure or semantics of this field.)
-
hasWf_details
-
setWf_details
- Parameters:
value-wf_details(Various workflow engine state details, potentially including such things as: condition that fired to cause this Action to be done (with actual variables substituted); list of notifications which actually occurred (with all variables substituted); other workflow engine state. This specification does not currently define the actual structure or semantics of this field.)
-
listChildren
- Overrides:
listChildrenin classPATHABLE
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classPATHABLE- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classPATHABLE
-
equalsShallow
- Overrides:
equalsShallowin classPATHABLE
-
isEmpty
-