Uses of Class
ca.uhn.fhir.model.dstu2.resource.BodySite
-
Uses of BodySite in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionBodySite.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()BodySite.addImage
(AttachmentDt theValue) Adds a given new value for image ()BodySite.addModifier
(CodeableConceptDt theValue) Adds a given new value for modifier ()BodySite.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()BodySite.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()BodySite.setDescription
(String theString) Sets the value for description ()BodySite.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()BodySite.setImage
(List<AttachmentDt> theValue) Sets the value(s) for image ()BodySite.setModifier
(List<CodeableConceptDt> theValue) Sets the value(s) for modifier ()BodySite.setPatient
(ResourceReferenceDt theValue) Sets the value(s) for patient ()