
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 aCanonicalEIDobject 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 anIAnyResourcerepresenting a type supported by MDM, retrieve their externally-assigned EID, represented as aCanonicalEIDEIDHelper.getHapiEid(org.hl7.fhir.instance.model.api.IAnyResource theResource) Given anIAnyResourcerepresenting a type supported by MDM, retrieve their internally-assigned EID, represented as aCanonicalEIDMethods in ca.uhn.fhir.mdm.util with parameters of type CanonicalEIDModifier and TypeMethodDescriptionvoidGoldenResourceHelper.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 TypeMethodDescriptionbooleanEIDHelper.eidMatchExists(List<CanonicalEID> theFirstResourceEids, List<CanonicalEID> theSecondResourceEids) Determines whether two lists ofCanonicalEIDhave any intersection.org.hl7.fhir.instance.model.api.IBaseResourceGoldenResourceHelper.overwriteExternalEids(org.hl7.fhir.instance.model.api.IBaseResource theGoldenResource, List<CanonicalEID> theNewEid)