
Uses of Class
org.hl7.fhir.r5.model.Condition
Packages that use Condition
-
Uses of Condition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConditionModifier and TypeMethodDescriptionprotected ConditionJsonParser.parseCondition(com.google.gson.JsonObject json) protected ConditionXmlParser.parseCondition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConditionModifier and TypeMethodDescriptionprotected voidJsonParser.composeCondition(String name, Condition element) protected voidRdfParser.composeCondition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Condition element, int index) protected voidXmlParser.composeCondition(String name, Condition element) protected voidXmlParser.composeConditionElements(Condition element) protected voidJsonParser.composeConditionProperties(Condition element) protected booleanXmlParser.parseConditionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res) protected voidJsonParser.parseConditionProperties(com.google.gson.JsonObject json, Condition res) -
Uses of Condition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConditionModifier and TypeMethodDescriptionCondition.addBodySite(CodeableConcept t) Condition.addCategory(CodeableConcept t) Condition.addEvidence(CodeableReference t) Condition.addIdentifier(Identifier t) Condition.addNote(Annotation t) Condition.addParticipant(Condition.ConditionParticipantComponent t) Condition.addStage(Condition.ConditionStageComponent t) Condition.copy()Condition.setAbatement(DataType value) Condition.setBodySite(List<CodeableConcept> theBodySite) Condition.setCategory(List<CodeableConcept> theCategory) Condition.setClinicalStatus(CodeableConcept value) Condition.setCode(CodeableConcept value) Condition.setEncounter(Reference value) Condition.setEvidence(List<CodeableReference> theEvidence) Condition.setIdentifier(List<Identifier> theIdentifier) Condition.setNote(List<Annotation> theNote) Condition.setParticipant(List<Condition.ConditionParticipantComponent> theParticipant) Condition.setRecordedDate(Date value) Condition.setRecordedDateElement(DateTimeType value) Condition.setSeverity(CodeableConcept value) Condition.setStage(List<Condition.ConditionStageComponent> theStage) Condition.setSubject(Reference value) Condition.setVerificationStatus(CodeableConcept value) protected ConditionCondition.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Condition