Interface Event.EventPerformerComponent

All Superinterfaces:
PatternBase
Enclosing interface:
Event

public static interface Event.EventPerformerComponent extends PatternBase
  • Method Details

    • getFunction

      CodeableConcept getFunction() throws org.hl7.fhir.exceptions.FHIRException
      Returns:
      invalid reference
      #function
      (Distinguishes the type of involvement of the performer in the {{title}}. [Consider adding examples].)
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • hasFunction

      boolean hasFunction()
      Returns:
      whether there is more than zero values for function
    • getFunctionMin

      Returns:
      minimum allowed cardinality for function. Note that with patterns, this may be different for the underlying resource
    • getFunctionMax

      Returns:
      maximum allowed cardinality for function. Note that with patterns, this may be different for the underlying resource
    • setFunction

      Event.EventPerformerComponent setFunction(CodeableConcept value) throws org.hl7.fhir.exceptions.FHIRException
      Parameters:
      value -
      invalid reference
      #function
      (Distinguishes the type of involvement of the performer in the {{title}}. [Consider adding examples].)
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • getActor

      Reference getActor() throws org.hl7.fhir.exceptions.FHIRException
      Returns:
      invalid reference
      #actor
      (Indicates who or what performed the {{title}}.)
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • hasActor

      boolean hasActor()
      Returns:
      whether there is more than zero values for actor
    • getActorMin

      Returns:
      minimum allowed cardinality for actor. Note that with patterns, this may be different for the underlying resource
    • getActorMax

      Returns:
      maximum allowed cardinality for actor. Note that with patterns, this may be different for the underlying resource
    • setActor

      Event.EventPerformerComponent setActor(Reference value) throws org.hl7.fhir.exceptions.FHIRException
      Parameters:
      value -
      invalid reference
      #actor
      (Indicates who or what performed the {{title}}.)
      Throws:
      org.hl7.fhir.exceptions.FHIRException