Class References

java.lang.Object
org.projecthusky.fhir.emed.ch.epr.util.References

public class References extends Object
Reference Utilities
Author:
Ronaldo Loureiro
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hl7.fhir.r4.model.Reference
    Creates a reference to an author, including the time extension if needed.
    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.
    Use Reference(IAnyResource) directly instead.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.
      Use Reference(IAnyResource) directly instead.
      Creates reference with Resource information.
      Parameters:
      resource - The Resource resource.
      Returns:
      the reference
    • createAuthorReference

      public static org.hl7.fhir.r4.model.Reference createAuthorReference(Author author)
      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.