public class BodySite extends DomainResource
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
code
Named anatomical location - ideally coded where possible.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
protected StringType |
description
Description of anatomical location.
|
protected List<Identifier> |
identifier
Identifier for this instance of the anatomical location.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
protected List<Attachment> |
image
Image or images used to identify a location.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
protected List<CodeableConcept> |
modifier
Modifier to refine the anatomical location.
|
protected Reference |
patient
The person to which the body site belongs.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Patient |
patientTarget
The actual object that is the target of the reference (The person to which the body site belongs.)
|
static String |
SP_CODE
Search parameter: code
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PATIENT
Search parameter: patient
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
BodySite()
Constructor
|
BodySite(Reference patient)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected Patient patientTarget
protected List<Identifier> identifier
protected CodeableConcept code
protected List<CodeableConcept> modifier
protected StringType description
protected List<Attachment> image
public static final String SP_PATIENT
Description: Patient to whom bodysite belongs
Type: reference
Path: BodySite.patient
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: Patient to whom bodysite belongs
Type: reference
Path: BodySite.patient
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_CODE
Description: Named anatomical location
Type: token
Path: BodySite.code
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Description: Named anatomical location
Type: token
Path: BodySite.code
public static final String SP_IDENTIFIER
Description: Identifier for this instance of the anatomical location
Type: token
Path: BodySite.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Identifier for this instance of the anatomical location
Type: token
Path: BodySite.identifier
public BodySite()
public Reference getPatient()
patient (The person to which the body site belongs.)public boolean hasPatient()
public BodySite setPatient(Reference value)
value - patient (The person to which the body site belongs.)public Patient getPatientTarget()
patient The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The person to which the body site belongs.)public BodySite setPatientTarget(Patient value)
value - patient The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The person to which the body site belongs.)public List<Identifier> getIdentifier()
identifier (Identifier for this instance of the anatomical location.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Identifier for this instance of the anatomical location.)public BodySite addIdentifier(Identifier t)
public CodeableConcept getCode()
code (Named anatomical location - ideally coded where possible.)public boolean hasCode()
public BodySite setCode(CodeableConcept value)
value - code (Named anatomical location - ideally coded where possible.)public List<CodeableConcept> getModifier()
modifier (Modifier to refine the anatomical location. These include modifiers for laterality, relative location, directionality, number, and plane.)public boolean hasModifier()
public CodeableConcept addModifier()
modifier (Modifier to refine the anatomical location. These include modifiers for laterality, relative location, directionality, number, and plane.)public BodySite addModifier(CodeableConcept t)
public StringType getDescriptionElement()
description (Description of anatomical location.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public BodySite setDescriptionElement(StringType value)
value - description (Description of anatomical location.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public BodySite setDescription(String value)
value - Description of anatomical location.public List<Attachment> getImage()
image (Image or images used to identify a location.)public boolean hasImage()
public Attachment addImage()
image (Image or images used to identify a location.)public BodySite addImage(Attachment t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void 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 Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic BodySite copy()
copy in class DomainResourcepublic 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–2018 University Health Network. All rights reserved.