
Uses of Class
org.hl7.fhir.r5.model.ConditionDefinition
Packages that use ConditionDefinition
-
Uses of ConditionDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConditionDefinitionModifier and TypeMethodDescriptionprotected ConditionDefinitionJsonParser.parseConditionDefinition(com.google.gson.JsonObject json) protected ConditionDefinitionXmlParser.parseConditionDefinition(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConditionDefinitionModifier and TypeMethodDescriptionprotected voidJsonParser.composeConditionDefinition(String name, ConditionDefinition element) protected voidRdfParser.composeConditionDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConditionDefinition element, int index) protected voidXmlParser.composeConditionDefinition(String name, ConditionDefinition element) protected voidXmlParser.composeConditionDefinitionElements(ConditionDefinition element) protected voidJsonParser.composeConditionDefinitionProperties(ConditionDefinition element) protected booleanXmlParser.parseConditionDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConditionDefinition res) protected voidJsonParser.parseConditionDefinitionProperties(com.google.gson.JsonObject json, ConditionDefinition res) -
Uses of ConditionDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConditionDefinitionModifier and TypeMethodDescriptionConditionDefinition.addAuthor(ContactDetail t) ConditionDefinition.addContact(ContactDetail t) ConditionDefinition.addDefinition(String value) ConditionDefinition.addEditor(ContactDetail t) ConditionDefinition.addEndorser(ContactDetail t) ConditionDefinition.addIdentifier(Identifier t) ConditionDefinition.addJurisdiction(CodeableConcept t) ConditionDefinition.addMedication(ConditionDefinition.ConditionDefinitionMedicationComponent t) ConditionDefinition.addObservation(ConditionDefinition.ConditionDefinitionObservationComponent t) ConditionDefinition.addPlan(ConditionDefinition.ConditionDefinitionPlanComponent t) ConditionDefinition.addPrecondition(ConditionDefinition.ConditionDefinitionPreconditionComponent t) ConditionDefinition.addQuestionnaire(ConditionDefinition.ConditionDefinitionQuestionnaireComponent t) ConditionDefinition.addRelatedArtifact(RelatedArtifact t) ConditionDefinition.addReviewer(ContactDetail t) ConditionDefinition.addTopic(CodeableConcept t) ConditionDefinition.addUseContext(UsageContext t) ConditionDefinition.copy()ConditionDefinition.setApprovalDate(Date value) ConditionDefinition.setApprovalDateElement(DateType value) ConditionDefinition.setAuthor(List<ContactDetail> theAuthor) ConditionDefinition.setBodySite(CodeableConcept value) ConditionDefinition.setCode(CodeableConcept value) ConditionDefinition.setContact(List<ContactDetail> theContact) ConditionDefinition.setCopyright(String value) ConditionDefinition.setCopyrightElement(MarkdownType value) ConditionDefinition.setCopyrightLabel(String value) ConditionDefinition.setCopyrightLabelElement(StringType value) ConditionDefinition.setDateElement(DateTimeType value) ConditionDefinition.setDefinition(List<UriType> theDefinition) ConditionDefinition.setDescription(String value) ConditionDefinition.setDescriptionElement(MarkdownType value) ConditionDefinition.setEditor(List<ContactDetail> theEditor) ConditionDefinition.setEffectivePeriod(Period value) ConditionDefinition.setEndorser(List<ContactDetail> theEndorser) ConditionDefinition.setExperimental(boolean value) ConditionDefinition.setExperimentalElement(BooleanType value) ConditionDefinition.setHasBodySite(boolean value) ConditionDefinition.setHasBodySiteElement(BooleanType value) ConditionDefinition.setHasSeverity(boolean value) ConditionDefinition.setHasSeverityElement(BooleanType value) ConditionDefinition.setHasStage(boolean value) ConditionDefinition.setHasStageElement(BooleanType value) ConditionDefinition.setIdentifier(List<Identifier> theIdentifier) ConditionDefinition.setJurisdiction(List<CodeableConcept> theJurisdiction) ConditionDefinition.setLastReviewDate(Date value) ConditionDefinition.setLastReviewDateElement(DateType value) ConditionDefinition.setMedication(List<ConditionDefinition.ConditionDefinitionMedicationComponent> theMedication) ConditionDefinition.setNameElement(StringType value) ConditionDefinition.setObservation(List<ConditionDefinition.ConditionDefinitionObservationComponent> theObservation) ConditionDefinition.setPlan(List<ConditionDefinition.ConditionDefinitionPlanComponent> thePlan) ConditionDefinition.setPrecondition(List<ConditionDefinition.ConditionDefinitionPreconditionComponent> thePrecondition) ConditionDefinition.setPublisher(String value) ConditionDefinition.setPublisherElement(StringType value) ConditionDefinition.setPurpose(String value) ConditionDefinition.setPurposeElement(MarkdownType value) ConditionDefinition.setQuestionnaire(List<ConditionDefinition.ConditionDefinitionQuestionnaireComponent> theQuestionnaire) ConditionDefinition.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) ConditionDefinition.setReviewer(List<ContactDetail> theReviewer) ConditionDefinition.setSeverity(CodeableConcept value) ConditionDefinition.setStage(CodeableConcept value) ConditionDefinition.setStatus(Enumerations.PublicationStatus value) ConditionDefinition.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ConditionDefinition.setSubtitle(String value) ConditionDefinition.setSubtitleElement(StringType value) ConditionDefinition.setTitleElement(StringType value) ConditionDefinition.setTopic(List<CodeableConcept> theTopic) ConditionDefinition.setUrlElement(UriType value) ConditionDefinition.setUseContext(List<UsageContext> theUseContext) ConditionDefinition.setVersion(String value) ConditionDefinition.setVersionAlgorithm(DataType value) ConditionDefinition.setVersionElement(StringType value) protected ConditionDefinitionConditionDefinition.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ConditionDefinition