Class References
java.lang.Object
org.projecthusky.fhir.emed.ch.epr.util.References
Reference Utilities
- Author:
- Ronaldo Loureiro
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ReferencecreateAuthorReference(Author author) Creates a reference to an author, including the time extension if needed.static org.hl7.fhir.r4.model.ReferencecreateReference(org.hl7.fhir.r4.model.Resource resource) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
createReference
@Deprecated(forRemoval=true, since="2024-04-19") public static org.hl7.fhir.r4.model.Reference createReference(org.hl7.fhir.r4.model.Resource resource) Deprecated, for removal: This API element is subject to removal in a future version.UseReference(IAnyResource)directly instead.Creates reference withResourceinformation.- Parameters:
resource- TheResourceresource.- Returns:
- the reference
-
createAuthorReference
Creates a reference to an author, including the time extension if needed.- Parameters:
author- The author to be referenced.- Returns:
- The created reference to the author.
-
Reference(IAnyResource)directly instead.