Interface Event.EventPerformerComponent

    • Method Detail

      • getFunction

        CodeableConcept getFunction()
                             throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        #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

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

        int 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 - #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:
        #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

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

        int 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 - #actor (Indicates who or what performed the {{title}}.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException