
Uses of Class
ca.uhn.fhir.mdm.model.CanonicalEID
Packages that use CanonicalEID
-
Uses of CanonicalEID in ca.uhn.fhir.mdm.model
Methods in ca.uhn.fhir.mdm.model that return types with arguments of type CanonicalEIDModifier and TypeMethodDescriptionstatic List
<CanonicalEID> CanonicalEID.extractFromResource
(ca.uhn.fhir.context.FhirContext theFhirContext, String theEidSystem, org.hl7.fhir.instance.model.api.IBaseResource theBaseResource) A Factory method to generate aCanonicalEID
object from an incoming resource. -
Uses of CanonicalEID in ca.uhn.fhir.mdm.util
Methods in ca.uhn.fhir.mdm.util that return CanonicalEIDMethods in ca.uhn.fhir.mdm.util that return types with arguments of type CanonicalEIDModifier and TypeMethodDescriptionEIDHelper.getExternalEid
(org.hl7.fhir.instance.model.api.IBaseResource theResource) Given anIAnyResource
representing a type supported by MDM, retrieve their externally-assigned EID, represented as aCanonicalEID
EIDHelper.getHapiEid
(org.hl7.fhir.instance.model.api.IAnyResource theResource) Given anIAnyResource
representing a type supported by MDM, retrieve their internally-assigned EID, represented as aCanonicalEID
Methods in ca.uhn.fhir.mdm.util with parameters of type CanonicalEIDModifier and TypeMethodDescriptionvoid
GoldenResourceHelper.cloneEidIntoResource
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theResourceToCloneInto, CanonicalEID theEid) Clones the specified canonical EID into the identifier field on the resourcestatic <T extends org.hl7.fhir.instance.model.api.IBase>
TIdentifierUtil.toId
(ca.uhn.fhir.context.FhirContext theFhirContext, CanonicalEID eid) Retrieves appropriate FHIR Identifier model instance based on the context versionMethod parameters in ca.uhn.fhir.mdm.util with type arguments of type CanonicalEIDModifier and TypeMethodDescriptionboolean
EIDHelper.eidMatchExists
(List<CanonicalEID> theFirstResourceEids, List<CanonicalEID> theSecondResourceEids) Determines whether two lists ofCanonicalEID
have any intersection.org.hl7.fhir.instance.model.api.IBaseResource
GoldenResourceHelper.overwriteExternalEids
(org.hl7.fhir.instance.model.api.IBaseResource theGoldenResource, List<CanonicalEID> theNewEid)