
Uses of Class
org.hl7.fhir.r5.model.Citation
Packages that use Citation
-
Uses of Citation in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CitationModifier and TypeMethodDescriptionprotected CitationJsonParser.parseCitation(com.google.gson.JsonObject json) protected CitationXmlParser.parseCitation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CitationModifier and TypeMethodDescriptionprotected voidJsonParser.composeCitation(String name, Citation element) protected voidRdfParser.composeCitation(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation element, int index) protected voidXmlParser.composeCitation(String name, Citation element) protected voidXmlParser.composeCitationElements(Citation element) protected voidJsonParser.composeCitationProperties(Citation element) protected booleanXmlParser.parseCitationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation res) protected voidJsonParser.parseCitationProperties(com.google.gson.JsonObject json, Citation res) -
Uses of Citation in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return CitationModifier and TypeMethodDescriptionCitation.addAuthor(ContactDetail t) Citation.addContact(ContactDetail t) Citation.addCurrentState(CodeableConcept t) Citation.addEditor(ContactDetail t) Citation.addEndorser(ContactDetail t) Citation.addIdentifier(Identifier t) Citation.addJurisdiction(CodeableConcept t) Citation.addNote(Annotation t) Citation.addRelatedArtifact(RelatedArtifact t) Citation.addReviewer(ContactDetail t) Citation.addStatusDate(Citation.CitationStatusDateComponent t) Citation.addSummary(Citation.CitationSummaryComponent t) Citation.addTopic(CodeableConcept t) Citation.addUseContext(UsageContext t) Citation.copy()Citation.setApprovalDate(Date value) Citation.setApprovalDateElement(DateType value) Citation.setAuthor(List<ContactDetail> theAuthor) Citation.setCitedArtifact(Citation.CitationCitedArtifactComponent value) Citation.setClassification(List<Citation.CitationClassificationComponent> theClassification) Citation.setContact(List<ContactDetail> theContact) Citation.setCopyright(String value) Citation.setCopyrightElement(MarkdownType value) Citation.setCopyrightLabel(String value) Citation.setCopyrightLabelElement(StringType value) Citation.setCurrentState(List<CodeableConcept> theCurrentState) Citation.setDateElement(DateTimeType value) Citation.setDescription(String value) Citation.setDescriptionElement(MarkdownType value) Citation.setEditor(List<ContactDetail> theEditor) Citation.setEffectivePeriod(Period value) Citation.setEndorser(List<ContactDetail> theEndorser) Citation.setExperimental(boolean value) Citation.setExperimentalElement(BooleanType value) Citation.setIdentifier(List<Identifier> theIdentifier) Citation.setJurisdiction(List<CodeableConcept> theJurisdiction) Citation.setLastReviewDate(Date value) Citation.setLastReviewDateElement(DateType value) Citation.setNameElement(StringType value) Citation.setNote(List<Annotation> theNote) Citation.setPublisher(String value) Citation.setPublisherElement(StringType value) Citation.setPurpose(String value) Citation.setPurposeElement(MarkdownType value) Citation.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) Citation.setReviewer(List<ContactDetail> theReviewer) Citation.setStatus(Enumerations.PublicationStatus value) Citation.setStatusDate(List<Citation.CitationStatusDateComponent> theStatusDate) Citation.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) Citation.setSummary(List<Citation.CitationSummaryComponent> theSummary) Citation.setTitleElement(StringType value) Citation.setTopic(List<CodeableConcept> theTopic) Citation.setUrlElement(UriType value) Citation.setUseContext(List<UsageContext> theUseContext) Citation.setVersion(String value) Citation.setVersionAlgorithm(DataType value) Citation.setVersionElement(StringType value) protected CitationCitation.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Citation