Package org.hl7.fhir.r5.model
Class AuditEvent.AuditEventEntityComponent
- java.lang.Object
-
- org.hl7.fhir.r5.model.Base
-
- org.hl7.fhir.r5.model.Element
-
- org.hl7.fhir.r5.model.BackboneElement
-
- org.hl7.fhir.r5.model.AuditEvent.AuditEventEntityComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- AuditEvent
public static class AuditEvent.AuditEventEntityComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AuditEvent.AuditEventAgentComponent>agentThe entity is attributed to an agent to express the agent's responsibility for that entity in the activity.protected List<AuditEvent.AuditEventEntityDetailComponent>detailTagged value pairs for conveying additional information about the entity.protected Base64BinaryTypequeryThe query parameters for a query-type entities.protected CodeableConceptroleCode representing the role the entity played in the event being audited.protected List<CodeableConcept>securityLabelSecurity labels for the identified entity.protected ReferencewhatIdentifies a specific instance of the entity.-
Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description AuditEventEntityComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, removeExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
what
protected Reference what
Identifies a specific instance of the entity. The reference should be version specific.
-
role
protected CodeableConcept role
Code representing the role the entity played in the event being audited.
-
securityLabel
protected List<CodeableConcept> securityLabel
Security labels for the identified entity.
-
query
protected Base64BinaryType query
The query parameters for a query-type entities.
-
detail
protected List<AuditEvent.AuditEventEntityDetailComponent> detail
Tagged value pairs for conveying additional information about the entity.
-
agent
protected List<AuditEvent.AuditEventAgentComponent> agent
The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent.
-
-
Constructor Detail
-
AuditEventEntityComponent
public AuditEventEntityComponent()
Constructor
-
-
Method Detail
-
getWhat
public Reference getWhat()
- Returns:
what(Identifies a specific instance of the entity. The reference should be version specific.)
-
hasWhat
public boolean hasWhat()
-
setWhat
public AuditEvent.AuditEventEntityComponent setWhat(Reference value)
- Parameters:
value-what(Identifies a specific instance of the entity. The reference should be version specific.)
-
getRole
public CodeableConcept getRole()
- Returns:
role(Code representing the role the entity played in the event being audited.)
-
hasRole
public boolean hasRole()
-
setRole
public AuditEvent.AuditEventEntityComponent setRole(CodeableConcept value)
- Parameters:
value-role(Code representing the role the entity played in the event being audited.)
-
getSecurityLabel
public List<CodeableConcept> getSecurityLabel()
- Returns:
securityLabel(Security labels for the identified entity.)
-
setSecurityLabel
public AuditEvent.AuditEventEntityComponent setSecurityLabel(List<CodeableConcept> theSecurityLabel)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSecurityLabel
public boolean hasSecurityLabel()
-
addSecurityLabel
public CodeableConcept addSecurityLabel()
-
addSecurityLabel
public AuditEvent.AuditEventEntityComponent addSecurityLabel(CodeableConcept t)
-
getSecurityLabelFirstRep
public CodeableConcept getSecurityLabelFirstRep()
- Returns:
- The first repetition of repeating field
securityLabel, creating it if it does not already exist {3}
-
getQueryElement
public Base64BinaryType getQueryElement()
- Returns:
query(The query parameters for a query-type entities.). This is the underlying object with id, value and extensions. The accessor "getQuery" gives direct access to the value
-
hasQueryElement
public boolean hasQueryElement()
-
hasQuery
public boolean hasQuery()
-
setQueryElement
public AuditEvent.AuditEventEntityComponent setQueryElement(Base64BinaryType value)
- Parameters:
value-query(The query parameters for a query-type entities.). This is the underlying object with id, value and extensions. The accessor "getQuery" gives direct access to the value
-
getQuery
public byte[] getQuery()
- Returns:
- The query parameters for a query-type entities.
-
setQuery
public AuditEvent.AuditEventEntityComponent setQuery(byte[] value)
- Parameters:
value- The query parameters for a query-type entities.
-
getDetail
public List<AuditEvent.AuditEventEntityDetailComponent> getDetail()
- Returns:
detail(Tagged value pairs for conveying additional information about the entity.)
-
setDetail
public AuditEvent.AuditEventEntityComponent setDetail(List<AuditEvent.AuditEventEntityDetailComponent> theDetail)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasDetail
public boolean hasDetail()
-
addDetail
public AuditEvent.AuditEventEntityDetailComponent addDetail()
-
addDetail
public AuditEvent.AuditEventEntityComponent addDetail(AuditEvent.AuditEventEntityDetailComponent t)
-
getDetailFirstRep
public AuditEvent.AuditEventEntityDetailComponent getDetailFirstRep()
- Returns:
- The first repetition of repeating field
detail, creating it if it does not already exist {3}
-
getAgent
public List<AuditEvent.AuditEventAgentComponent> getAgent()
- Returns:
agent(The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent.)
-
setAgent
public AuditEvent.AuditEventEntityComponent setAgent(List<AuditEvent.AuditEventAgentComponent> theAgent)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAgent
public boolean hasAgent()
-
addAgent
public AuditEvent.AuditEventAgentComponent addAgent()
-
addAgent
public AuditEvent.AuditEventEntityComponent addAgent(AuditEvent.AuditEventAgentComponent t)
-
getAgentFirstRep
public AuditEvent.AuditEventAgentComponent getAgentFirstRep()
- Returns:
- The first repetition of repeating field
agent, creating it if it does not already exist {3}
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public AuditEvent.AuditEventEntityComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(AuditEvent.AuditEventEntityComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-