
Uses of Class
ca.uhn.fhir.util.CanonicalIdentifier
Packages that use CanonicalIdentifier
-
Uses of CanonicalIdentifier in ca.uhn.fhir.jpa.dao.index
Methods in ca.uhn.fhir.jpa.dao.index that return types with arguments of type CanonicalIdentifierModifier and TypeMethodDescriptionprotected List<CanonicalIdentifier> DaoResourceLinkResolver.extractIdentifierFromUrl(String theValue) Extracts the identifier(s) from a query URL. -
Uses of CanonicalIdentifier in ca.uhn.fhir.merge
Method parameters in ca.uhn.fhir.merge with type arguments of type CanonicalIdentifierModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.ProvenanceMergeProvenanceSvc.findProvenanceByTargetIdAndSourceIdentifiers(org.hl7.fhir.instance.model.api.IIdType theTargetId, List<CanonicalIdentifier> theSourceIdentifiers, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Finds a Provenance with the activity code "merge" that has the given target id and source identifiers. -
Uses of CanonicalIdentifier in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return CanonicalIdentifierModifier and TypeMethodDescriptionstatic CanonicalIdentifierCanonicalIdentifier.fromIdentifier(org.hl7.fhir.instance.model.api.IBase theIdentifier)