public static class Consent.ExceptComponent extends BackboneElement implements IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected List<CodeableConcept> |
action
Actions controlled by this Exception.
|
protected List<Consent.ExceptActorComponent> |
actor
Who or what is controlled by this Exception.
|
protected List<Coding> |
class_
The class of information covered by this exception.
|
protected List<Coding> |
code
If this code is found in an instance, then the exception applies.
|
protected List<Consent.ExceptDataComponent> |
data
The resources controlled by this exception, if specific resources are referenced.
|
protected Period |
dataPeriod
Clinical or Operational Relevant period of time that bounds the data controlled by this exception.
|
protected Period |
period
The timeframe in this exception is valid.
|
protected List<Coding> |
purpose
The context of the activities a user is taking - why the user is accessing the data - that are controlled by this exception.
|
protected List<Coding> |
securityLabel
A set of security labels that define which resources are controlled by this exception.
|
protected Enumeration<Consent.ConsentExceptType> |
type
Action to take - permit or deny - when the exception conditions are met.
|
modifierExtension| Constructor and Description |
|---|
ExceptComponent()
Constructor
|
ExceptComponent(Enumeration<Consent.ConsentExceptType> type)
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentaddExtension, getExtension, hasExtensionaddModifierExtension, getModifierExtension, hasModifierExtensionprotected Enumeration<Consent.ConsentExceptType> type
protected List<Consent.ExceptActorComponent> actor
protected List<CodeableConcept> action
protected List<Coding> securityLabel
protected List<Coding> purpose
protected List<Coding> class_
protected Period dataPeriod
protected List<Consent.ExceptDataComponent> data
public ExceptComponent()
public ExceptComponent(Enumeration<Consent.ConsentExceptType> type)
public Enumeration<Consent.ConsentExceptType> getTypeElement()
type (Action to take - permit or deny - when the exception conditions are met.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic boolean hasTypeElement()
public boolean hasType()
public Consent.ExceptComponent setTypeElement(Enumeration<Consent.ConsentExceptType> value)
value - type (Action to take - permit or deny - when the exception conditions are met.). This is the underlying object with id, value and extensions. The accessor "getType" gives direct access to the valuepublic Consent.ConsentExceptType getType()
public Consent.ExceptComponent setType(Consent.ConsentExceptType value)
value - Action to take - permit or deny - when the exception conditions are met.public boolean hasPeriod()
public Consent.ExceptComponent setPeriod(Period value)
value - period (The timeframe in this exception is valid.)public List<Consent.ExceptActorComponent> getActor()
actor (Who or what is controlled by this Exception. Use group to identify a set of actors by some property they share (e.g. 'admitting officers').)public Consent.ExceptComponent setActor(List<Consent.ExceptActorComponent> theActor)
this for easy method chainingpublic boolean hasActor()
public Consent.ExceptActorComponent addActor()
public Consent.ExceptComponent addActor(Consent.ExceptActorComponent t)
public Consent.ExceptActorComponent getActorFirstRep()
actor, creating it if it does not already existpublic List<CodeableConcept> getAction()
action (Actions controlled by this Exception.)public Consent.ExceptComponent setAction(List<CodeableConcept> theAction)
this for easy method chainingpublic boolean hasAction()
public CodeableConcept addAction()
public Consent.ExceptComponent addAction(CodeableConcept t)
public CodeableConcept getActionFirstRep()
action, creating it if it does not already existpublic List<Coding> getSecurityLabel()
securityLabel (A set of security labels that define which resources are controlled by this exception. If more than one label is specified, all resources must have all the specified labels.)public Consent.ExceptComponent setSecurityLabel(List<Coding> theSecurityLabel)
this for easy method chainingpublic boolean hasSecurityLabel()
public Coding addSecurityLabel()
public Consent.ExceptComponent addSecurityLabel(Coding t)
public Coding getSecurityLabelFirstRep()
securityLabel, creating it if it does not already existpublic List<Coding> getPurpose()
purpose (The context of the activities a user is taking - why the user is accessing the data - that are controlled by this exception.)public Consent.ExceptComponent setPurpose(List<Coding> thePurpose)
this for easy method chainingpublic boolean hasPurpose()
public Coding addPurpose()
public Consent.ExceptComponent addPurpose(Coding t)
public Coding getPurposeFirstRep()
purpose, creating it if it does not already existpublic List<Coding> getClass_()
class_ (The class of information covered by this exception. The type can be a FHIR resource type, a profile on a type, or a CDA document, or some other type that indicates what sort of information the consent relates to.)public Consent.ExceptComponent setClass_(List<Coding> theClass_)
this for easy method chainingpublic boolean hasClass_()
public Consent.ExceptComponent addClass_(Coding t)
public Coding getClass_FirstRep()
class_, creating it if it does not already existpublic List<Coding> getCode()
code (If this code is found in an instance, then the exception applies.)public Consent.ExceptComponent setCode(List<Coding> theCode)
this for easy method chainingpublic boolean hasCode()
public Consent.ExceptComponent addCode(Coding t)
public Coding getCodeFirstRep()
code, creating it if it does not already existpublic Period getDataPeriod()
dataPeriod (Clinical or Operational Relevant period of time that bounds the data controlled by this exception.)public boolean hasDataPeriod()
public Consent.ExceptComponent setDataPeriod(Period value)
value - dataPeriod (Clinical or Operational Relevant period of time that bounds the data controlled by this exception.)public List<Consent.ExceptDataComponent> getData()
data (The resources controlled by this exception, if specific resources are referenced.)public Consent.ExceptComponent setData(List<Consent.ExceptDataComponent> theData)
this for easy method chainingpublic boolean hasData()
public Consent.ExceptDataComponent addData()
public Consent.ExceptComponent addData(Consent.ExceptDataComponent t)
public Consent.ExceptDataComponent getDataFirstRep()
data, creating it if it does not already existprotected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws FHIRException
getProperty in class BackboneElementFHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws FHIRException
setProperty in class BackboneElementFHIRExceptionpublic Base setProperty(String name, Base value) throws FHIRException
setProperty in class BackboneElementFHIRExceptionpublic Base makeProperty(int hash, String name) throws FHIRException
makeProperty in class BackboneElementFHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws FHIRException
getTypesForProperty in class BackboneElementFHIRExceptionpublic Base addChild(String name) throws FHIRException
addChild in class BackboneElementFHIRExceptionpublic Consent.ExceptComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2017 University Health Network. All rights reserved.