
Package org.hl7.fhir.r5.patterns
Interface Event.EventPerformerComponent
- All Superinterfaces:
PatternBase
- Enclosing interface:
Event
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()intintintintbooleanhasActor()booleansetFunction(CodeableConcept value) Methods inherited from interface org.hl7.fhir.r5.patterns.PatternBase
getExtension, getId, setId
-
Method Details
-
getFunction
- Returns:
-
(Distinguishes the type of involvement of the performer in the {{title}}. [Consider adding examples].)
invalid reference
#function - 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-(Distinguishes the type of involvement of the performer in the {{title}}. [Consider adding examples].)invalid reference
#function- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getActor
- Returns:
-
(Indicates who or what performed the {{title}}.)
invalid reference
#actor - 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-(Indicates who or what performed the {{title}}.)invalid reference
#actor- Throws:
org.hl7.fhir.exceptions.FHIRException
-