Class Source
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.Type
org.hl7.fhir.r4.model.BaseReference
org.hl7.fhir.r4.model.Reference
org.openehealth.ipf.commons.ihe.fhir.mhd.model.Source
- All Implemented Interfaces:
IElement,Serializable,IBase,IBaseDatatype,IBaseElement,IBaseHasExtensions,IBaseReference,ICompositeType
Source data type extension. Unfortunately we cannot register this datatype with the FhirCOntext
right now as parsing/rendering won't work anymore afterwards. It can be used, however, to
assemble resources.
- See Also:
-
Field Summary
Fields inherited from class org.hl7.fhir.r4.model.Reference
display, identifier, reference, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidcopyValues(Reference dst) booleanequalsDeep(Base other_) booleanbooleanisEmpty()setAuthorOrg(Reference authorOrg) Methods inherited from class org.hl7.fhir.r4.model.Reference
addChild, equalsShallow, fhirType, getDisplay, getDisplayElement, getIdentifier, getNamedProperty, getProperty, getReference, getReferenceElement_, getType, getTypeElement, getTypesForProperty, hasDisplay, hasDisplayElement, hasIdentifier, hasReference, hasReferenceElement, hasType, hasTypeElement, listChildren, makeProperty, removeChild, setDisplay, setDisplayElement, setIdentifier, setProperty, setProperty, setReference, setReferenceElement, setReferenceElement, setType, setTypeElement, typedCopyMethods inherited from class org.hl7.fhir.r4.model.BaseReference
copyValues, getReferenceElement, getResource, setResourceMethods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementMethods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNMethods 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, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseReference
getReferenceElement, getResource, setResource
-
Constructor Details
-
Source
public Source()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
setAuthorOrg
-
hasAuthorOrg
public boolean hasAuthorOrg() -
getAuthorOrg
-
copy
-
equalsDeep
- Overrides:
equalsDeepin classReference
-
copyValues
- Overrides:
copyValuesin classReference
-