Package org.hl7.fhir.r5.patterns
Interface Event.EventPerformerComponent
- All Superinterfaces:
PatternBase
- Enclosing interface:
Event
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
int
int
int
int
boolean
hasActor()
boolean
setFunction
(CodeableConcept value) Methods inherited from interface org.hl7.fhir.r5.patterns.PatternBase
getExtension, getId, setId
-
Method Details
-
getFunction
- Returns:
-
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
-invalid reference
#function
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getActor
- Returns:
-
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
-invalid reference
#actor
- Throws:
org.hl7.fhir.exceptions.FHIRException
-