public class MedicinalProductUndesirableEffect extends DomainResource
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
classification
Classification of the effect.
|
protected CodeableConcept |
frequencyOfOccurrence
The frequency of occurrence of the effect.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected List<Population> |
population
The population group to which this applies.
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected List<Reference> |
subject
The medication for which this is an indication.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected List<Resource> |
subjectTarget
The actual objects that are the target of the reference (The medication for which this is an indication.)
|
protected CodeableConcept |
symptomConditionEffect
The symptom, condition or undesirable effect.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
MedicinalProductUndesirableEffect()
Constructor
|
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Resource> subjectTarget
protected CodeableConcept symptomConditionEffect
protected CodeableConcept classification
protected CodeableConcept frequencyOfOccurrence
protected List<Population> population
public static final String SP_SUBJECT
Description: The medication for which this is an undesirable effect
Type: reference
Path: MedicinalProductUndesirableEffect.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: The medication for which this is an undesirable effect
Type: reference
Path: MedicinalProductUndesirableEffect.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public MedicinalProductUndesirableEffect()
public List<Reference> getSubject()
subject (The medication for which this is an indication.)public MedicinalProductUndesirableEffect setSubject(List<Reference> theSubject)
this for easy method chainingpublic boolean hasSubject()
public Reference addSubject()
public MedicinalProductUndesirableEffect addSubject(Reference t)
public Reference getSubjectFirstRep()
subject, creating it if it does not already exist@Deprecated public List<Resource> getSubjectTarget()
public CodeableConcept getSymptomConditionEffect()
symptomConditionEffect (The symptom, condition or undesirable effect.)public boolean hasSymptomConditionEffect()
public MedicinalProductUndesirableEffect setSymptomConditionEffect(CodeableConcept value)
value - symptomConditionEffect (The symptom, condition or undesirable effect.)public CodeableConcept getClassification()
classification (Classification of the effect.)public boolean hasClassification()
public MedicinalProductUndesirableEffect setClassification(CodeableConcept value)
value - classification (Classification of the effect.)public CodeableConcept getFrequencyOfOccurrence()
frequencyOfOccurrence (The frequency of occurrence of the effect.)public boolean hasFrequencyOfOccurrence()
public MedicinalProductUndesirableEffect setFrequencyOfOccurrence(CodeableConcept value)
value - frequencyOfOccurrence (The frequency of occurrence of the effect.)public List<Population> getPopulation()
population (The population group to which this applies.)public MedicinalProductUndesirableEffect setPopulation(List<Population> thePopulation)
this for easy method chainingpublic boolean hasPopulation()
public Population addPopulation()
public MedicinalProductUndesirableEffect addPopulation(Population t)
public Population getPopulationFirstRep()
population, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class DomainResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class DomainResourcepublic MedicinalProductUndesirableEffect copy()
copy in class DomainResourcepublic void copyValues(MedicinalProductUndesirableEffect dst)
protected MedicinalProductUndesirableEffect typedCopy()
public boolean equalsDeep(Base other_)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other_)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2021 Health Level 7. All rights reserved.