
Package org.hl7.fhir.r5.openehr
Class REVISION_HISTORY
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.REVISION_HISTORY
- 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 REVISION_HISTORY
extends LogicalBase
implements org.hl7.fhir.instance.model.api.ICompositeType
Defines the notion of a revision history of audit items, each associated with the version for which that audit was committed. The list is in most-recent-first order.
- 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 StringTypeThe version id of the most recent item, as a String.protected StringTypeThe commit date/time of the most recent item, as a String. -
Constructor Summary
ConstructorsConstructorDescriptionConstructorREVISION_HISTORY(String most_recent_version, String most_recent_version_time_committed) 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) setMost_recent_version(String value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) protected REVISION_HISTORYMethods 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
-
most_recent_version
The version id of the most recent item, as a String. -
most_recent_version_time_committed
The commit date/time of the most recent item, as a String.
-
-
Constructor Details
-
REVISION_HISTORY
public REVISION_HISTORY()Constructor -
REVISION_HISTORY
Constructor
-
-
Method Details
-
getMost_recent_versionElement
- Returns:
most_recent_version(The version id of the most recent item, as a String.). This is the underlying object with id, value and extensions. The accessor "getMost_recent_version" gives direct access to the value
-
hasMost_recent_versionElement
-
hasMost_recent_version
-
setMost_recent_versionElement
- Parameters:
value-most_recent_version(The version id of the most recent item, as a String.). This is the underlying object with id, value and extensions. The accessor "getMost_recent_version" gives direct access to the value
-
getMost_recent_version
- Returns:
- The version id of the most recent item, as a String.
-
setMost_recent_version
- Parameters:
value- The version id of the most recent item, as a String.
-
getMost_recent_version_time_committedElement
- Returns:
most_recent_version_time_committed(The commit date/time of the most recent item, as a String.). This is the underlying object with id, value and extensions. The accessor "getMost_recent_version_time_committed" gives direct access to the value
-
hasMost_recent_version_time_committedElement
-
hasMost_recent_version_time_committed
-
setMost_recent_version_time_committedElement
- Parameters:
value-most_recent_version_time_committed(The commit date/time of the most recent item, as a String.). This is the underlying object with id, value and extensions. The accessor "getMost_recent_version_time_committed" gives direct access to the value
-
getMost_recent_version_time_committed
- Returns:
- The commit date/time of the most recent item, as a String.
-
setMost_recent_version_time_committed
- Parameters:
value- The commit date/time of the most recent item, as a String.
-
listChildren
- Overrides:
listChildrenin classBase
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classBase- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classBase
-
equalsShallow
- Overrides:
equalsShallowin classBase
-
isEmpty
-