Class BodyStructure
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanTypeWhether this body site is in active use.protected StringTypeA summary, characterization or explanation of the body structure.The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for excluded_structureprotected List<Identifier>Identifier for this instance of the anatomical structure.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierprotected List<Attachment>Image or images used to identify a location.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.The anatomical location(s) or region(s) of the specimen, lesion, or body structure.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for included_structureprotected CodeableConceptThe kind of structure being represented by the body structure at `BodyStructure.location`.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for morphologyprotected ReferenceThe person to which the body site belongs.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientstatic final StringSearch parameter: excluded_structurestatic final StringSearch parameter: identifierstatic final StringSearch parameter: included_structurestatic final StringSearch parameter: morphologystatic final StringSearch parameter: patientFields inherited from class org.hl7.fhir.r5.model.DomainResource
contained, extension, modifierExtension, SP_TEXT, text, TEXTFields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, SP_RES_IDFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
ConstructorsConstructorDescriptionConstructorBodyStructure(BodyStructure.BodyStructureIncludedStructureComponent includedStructure, Reference patient) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddImage()copy()voidcopyValues(BodyStructure dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()booleangetImage()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanbooleanbooleanbooleanhasImage()booleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setActive(boolean value) setActiveElement(BooleanType value) setDescription(String value) setDescriptionElement(StringType value) setExcludedStructure(List<BodyStructure.BodyStructureExcludedStructureComponent> theExcludedStructure) setIdentifier(List<Identifier> theIdentifier) setImage(List<Attachment> theImage) setIncludedStructure(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure) setMorphology(CodeableConcept value) setPatient(Reference value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) protected BodyStructureMethods inherited from class org.hl7.fhir.r5.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.r5.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, getSourcePackage, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, hasSourcePackage, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta, setSourcePackageMethods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, hasValidationInfo, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, removeChild, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
Field Details
-
identifier
Identifier for this instance of the anatomical structure. -
active
Whether this body site is in active use. -
morphology
The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies. -
includedStructure
The anatomical location(s) or region(s) of the specimen, lesion, or body structure. -
excludedStructure
The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure. -
description
A summary, characterization or explanation of the body structure. -
image
Image or images used to identify a location. -
patient
The person to which the body site belongs. -
SP_EXCLUDEDSTRUCTURE
Search parameter: excluded_structureDescription: Body site excludedStructure structure
Type: token
Path: BodyStructure.excludedStructure.structure
- See Also:
-
EXCLUDEDSTRUCTURE
Fluent Client search parameter constant for excluded_structureDescription: Body site excludedStructure structure
Type: token
Path: BodyStructure.excludedStructure.structure
-
SP_IDENTIFIER
Search parameter: identifierDescription: Bodystructure identifier
Type: token
Path: BodyStructure.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Bodystructure identifier
Type: token
Path: BodyStructure.identifier
-
SP_INCLUDEDSTRUCTURE
Search parameter: included_structureDescription: Body site includedStructure structure
Type: token
Path: BodyStructure.includedStructure.structure
- See Also:
-
INCLUDEDSTRUCTURE
Fluent Client search parameter constant for included_structureDescription: Body site includedStructure structure
Type: token
Path: BodyStructure.includedStructure.structure
-
SP_MORPHOLOGY
Search parameter: morphologyDescription: Kind of Structure
Type: token
Path: BodyStructure.morphology
- See Also:
-
MORPHOLOGY
Fluent Client search parameter constant for morphologyDescription: Kind of Structure
Type: token
Path: BodyStructure.morphology
-
SP_PATIENT
Search parameter: patientDescription: Who this is about
Type: reference
Path: BodyStructure.patient
- See Also:
-
PATIENT
Fluent Client search parameter constant for patientDescription: Who this is about
Type: reference
Path: BodyStructure.patient
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "BodyStructure:patient".
-
-
Constructor Details
-
BodyStructure
public BodyStructure()Constructor -
BodyStructure
public BodyStructure(BodyStructure.BodyStructureIncludedStructureComponent includedStructure, Reference patient) Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Identifier for this instance of the anatomical structure.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist {3}
-
getActiveElement
- Returns:
active(Whether this body site is in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the value
-
hasActiveElement
-
hasActive
-
setActiveElement
- Parameters:
value-active(Whether this body site is in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the value
-
getActive
- Returns:
- Whether this body site is in active use.
-
setActive
- Parameters:
value- Whether this body site is in active use.
-
getMorphology
- Returns:
morphology(The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies.)
-
hasMorphology
-
setMorphology
- Parameters:
value-morphology(The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies.)
-
getIncludedStructure
- Returns:
includedStructure(The anatomical location(s) or region(s) of the specimen, lesion, or body structure.)
-
setIncludedStructure
public BodyStructure setIncludedStructure(List<BodyStructure.BodyStructureIncludedStructureComponent> theIncludedStructure) - Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIncludedStructure
-
addIncludedStructure
-
addIncludedStructure
-
getIncludedStructureFirstRep
- Returns:
- The first repetition of repeating field
includedStructure, creating it if it does not already exist {3}
-
getExcludedStructure
- Returns:
excludedStructure(The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.)
-
setExcludedStructure
public BodyStructure setExcludedStructure(List<BodyStructure.BodyStructureExcludedStructureComponent> theExcludedStructure) - Returns:
- Returns a reference to
thisfor easy method chaining
-
hasExcludedStructure
-
addExcludedStructure
-
addExcludedStructure
-
getExcludedStructureFirstRep
- Returns:
- The first repetition of repeating field
excludedStructure, creating it if it does not already exist {3}
-
getDescriptionElement
- Returns:
description(A summary, characterization or explanation of the body structure.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
-
hasDescription
-
setDescriptionElement
- Parameters:
value-description(A summary, characterization or explanation of the body structure.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
- Returns:
- A summary, characterization or explanation of the body structure.
-
setDescription
- Parameters:
value- A summary, characterization or explanation of the body structure.
-
getImage
- Returns:
image(Image or images used to identify a location.)
-
setImage
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasImage
-
addImage
-
addImage
-
getImageFirstRep
- Returns:
- The first repetition of repeating field
image, creating it if it does not already exist {3}
-
getPatient
- Returns:
patient(The person to which the body site belongs.)
-
hasPatient
-
setPatient
- Parameters:
value-patient(The person to which the body site belongs.)
-
listChildren
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-