
Package org.hl7.fhir.r5.openehr
Class ORIGINAL_VERSION
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.VERSION
org.hl7.fhir.r5.openehr.ORIGINAL_VERSION
- 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 ORIGINAL_VERSION
extends VERSION
implements org.hl7.fhir.instance.model.api.ICompositeType
A Version containing locally created content and optional attestations.
- 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 List
<ATTESTATION> Set of attestations relating to this version.protected Any
Data content of this Version.protected DV_CODED_TEXT
Lifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state.protected List
<OBJECT_VERSION_ID> Identifiers of other versions whose content was merged into this version, if any.protected OBJECT_VERSION_ID
Stored version of inheritance precursor.protected OBJECT_VERSION_ID
Stored version of inheritance precursor.Fields inherited from class org.hl7.fhir.r5.openehr.VERSION
commit_audit, contribution, signature
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorORIGINAL_VERSION
(OBJECT_VERSION_ID uid, OBJECT_VERSION_ID preceding_version_uid, DV_CODED_TEXT lifecycle_state) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getData()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) getUid()
boolean
boolean
hasData()
boolean
boolean
boolean
boolean
hasUid()
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setAttestationsList
(List<ATTESTATION> theAttestations) setLifecycle_state
(DV_CODED_TEXT value) setOther_input_version_uidsList
(List<OBJECT_VERSION_ID> theOther_input_version_uids) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setUid
(OBJECT_VERSION_ID value) protected ORIGINAL_VERSION
Methods inherited from class org.hl7.fhir.r5.openehr.VERSION
copyValues, getCommit_audit, getContribution, getSignature, getSignatureElement, hasCommit_audit, hasContribution, hasSignature, hasSignatureElement, setCommit_audit, setContribution, setSignature, setSignatureElement
Methods inherited from class org.hl7.fhir.r5.model.LogicalBase
getFHIRPublicationVersion, getIdBase, setIdBase
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, 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, setXhtml
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
-
Field Details
-
uid
Stored version of inheritance precursor. -
preceding_version_uid
Stored version of inheritance precursor. -
other_input_version_uidsList
Identifiers of other versions whose content was merged into this version, if any. -
lifecycle_state
Lifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state. -
attestationsList
Set of attestations relating to this version. -
data
Data content of this Version.
-
-
Constructor Details
-
ORIGINAL_VERSION
public ORIGINAL_VERSION()Constructor -
ORIGINAL_VERSION
public ORIGINAL_VERSION(OBJECT_VERSION_ID uid, OBJECT_VERSION_ID preceding_version_uid, DV_CODED_TEXT lifecycle_state) Constructor
-
-
Method Details
-
getUid
- Returns:
uid
(Stored version of inheritance precursor.)
-
hasUid
-
setUid
- Parameters:
value
-uid
(Stored version of inheritance precursor.)
-
getPreceding_version_uid
- Returns:
preceding_version_uid
(Stored version of inheritance precursor.)
-
hasPreceding_version_uid
-
setPreceding_version_uid
- Parameters:
value
-preceding_version_uid
(Stored version of inheritance precursor.)
-
getOther_input_version_uidsList
- Returns:
-
invalid reference
#other_input_version_uids
-
setOther_input_version_uidsList
public ORIGINAL_VERSION setOther_input_version_uidsList(List<OBJECT_VERSION_ID> theOther_input_version_uids) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasOther_input_version_uids
-
addOther_input_version_uids
-
addOther_input_version_uids
-
getOther_input_version_uidsFirstRep
- Returns:
- The first repetition of repeating field
invalid reference
#other_input_version_uids
-
getLifecycle_state
- Returns:
lifecycle_state
(Lifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state.)
-
hasLifecycle_state
-
setLifecycle_state
- Parameters:
value
-lifecycle_state
(Lifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state.)
-
getAttestationsList
- Returns:
-
invalid reference
#attestations
-
setAttestationsList
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAttestations
-
addAttestations
-
addAttestations
-
getAttestationsFirstRep
- Returns:
- The first repetition of repeating field
invalid reference
#attestations
-
getData
- Returns:
data
(Data content of this Version.)
-
hasData
-
setData
- Parameters:
value
-data
(Data content of this Version.)
-
listChildren
- Overrides:
listChildren
in classVERSION
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classVERSION
- 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 classVERSION
- 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 classVERSION
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classVERSION
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classVERSION
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classVERSION
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classVERSION
-
equalsShallow
- Overrides:
equalsShallow
in classVERSION
-
isEmpty
-