Package org.hl7.fhir.r4b.patterns
Interface Event.EventPerformerComponent
-
- All Superinterfaces:
PatternBase
- Enclosing interface:
- Event
public static interface Event.EventPerformerComponent extends PatternBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencegetActor()intgetActorMax()intgetActorMin()CodeableConceptgetFunction()intgetFunctionMax()intgetFunctionMin()booleanhasActor()booleanhasFunction()Event.EventPerformerComponentsetActor(Reference value)Event.EventPerformerComponentsetFunction(CodeableConcept value)-
Methods inherited from interface org.hl7.fhir.r4b.patterns.PatternBase
getExtension, getId, setId
-
-
-
-
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
-
-