
Package org.hl7.fhir.r5.openehr
Class TRANSLATION_DETAILS
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.LogicalBase
org.hl7.fhir.r5.openehr.TRANSLATION_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 TRANSLATION_DETAILS
extends LogicalBase
implements org.hl7.fhir.instance.model.api.ICompositeType
Class providing details of a natural language translation.
- 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 StringType
Accreditation of translator, usually a national translator?s registration or association membership id.protected List
<StringType> Translator name and other demographic details.protected CODE_PHRASE
Language of the translation.protected List
<StringType> Any other meta-data. -
Constructor Summary
ConstructorsConstructorDescriptionConstructorTRANSLATION_DETAILS
(CODE_PHRASE language, String accreditation) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddOther_details
(String value) copy()
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
hasOther_details
(String value) boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) setAccreditation
(String value) setAuthorList
(List<StringType> theAuthor) setLanguage
(CODE_PHRASE value) setOther_detailsList
(List<StringType> theOther_details) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) protected TRANSLATION_DETAILS
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
-
language
Language of the translation. -
authorList
Translator name and other demographic details. -
accreditation
Accreditation of translator, usually a national translator?s registration or association membership id. -
other_detailsList
Any other meta-data.
-
-
Constructor Details
-
TRANSLATION_DETAILS
public TRANSLATION_DETAILS()Constructor -
TRANSLATION_DETAILS
Constructor
-
-
Method Details
-
getLanguage
- Returns:
language
(Language of the translation.)
-
hasLanguage
-
setLanguage
- Parameters:
value
-language
(Language of the translation.)
-
getAuthorList
- Returns:
-
invalid reference
#author
-
setAuthorList
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasAuthor
-
addAuthorElement
- Returns:
-
invalid reference
#author
-
addAuthor
- Parameters:
value
-invalid reference
#author
-
hasAuthor
- Parameters:
value
-invalid reference
#author
-
getAccreditationElement
- Returns:
accreditation
(Accreditation of translator, usually a national translator?s registration or association membership id.). This is the underlying object with id, value and extensions. The accessor "getAccreditation" gives direct access to the value
-
hasAccreditationElement
-
hasAccreditation
-
setAccreditationElement
- Parameters:
value
-accreditation
(Accreditation of translator, usually a national translator?s registration or association membership id.). This is the underlying object with id, value and extensions. The accessor "getAccreditation" gives direct access to the value
-
getAccreditation
- Returns:
- Accreditation of translator, usually a national translator?s registration or association membership id.
-
setAccreditation
- Parameters:
value
- Accreditation of translator, usually a national translator?s registration or association membership id.
-
getOther_detailsList
- Returns:
-
invalid reference
#other_details
-
setOther_detailsList
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasOther_details
-
addOther_detailsElement
- Returns:
-
invalid reference
#other_details
-
addOther_details
- Parameters:
value
-invalid reference
#other_details
-
hasOther_details
- Parameters:
value
-invalid reference
#other_details
-
listChildren
- Overrides:
listChildren
in classBase
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBase
- 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 classBase
- 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 classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBase
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
-
fhirType
-
copy
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classBase
-
equalsShallow
- Overrides:
equalsShallow
in classBase
-
isEmpty
-