Uses of Class
ca.uhn.fhir.model.dstu2.resource.BodySite
Packages that use BodySite
-
Uses of BodySite in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return BodySiteModifier 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 ()