
Uses of Class
org.hl7.fhir.r5.model.Citation.CitationCitedArtifactStatusDateComponent
Packages that use Citation.CitationCitedArtifactStatusDateComponent
-
Uses of Citation.CitationCitedArtifactStatusDateComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Citation.CitationCitedArtifactStatusDateComponentModifier and TypeMethodDescriptionJsonParser.parseCitationCitedArtifactStatusDateComponent(com.google.gson.JsonObject json) XmlParser.parseCitationCitedArtifactStatusDateComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Citation.CitationCitedArtifactStatusDateComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCitationCitedArtifactStatusDateComponent(String name, Citation.CitationCitedArtifactStatusDateComponent element) protected voidRdfParser.composeCitationCitedArtifactStatusDateComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Citation.CitationCitedArtifactStatusDateComponent element, int index) protected voidXmlParser.composeCitationCitedArtifactStatusDateComponent(String name, Citation.CitationCitedArtifactStatusDateComponent element) protected voidXmlParser.composeCitationCitedArtifactStatusDateComponentElements(Citation.CitationCitedArtifactStatusDateComponent element) protected voidJsonParser.composeCitationCitedArtifactStatusDateComponentProperties(Citation.CitationCitedArtifactStatusDateComponent element) protected booleanXmlParser.parseCitationCitedArtifactStatusDateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Citation.CitationCitedArtifactStatusDateComponent res) protected voidJsonParser.parseCitationCitedArtifactStatusDateComponentProperties(com.google.gson.JsonObject json, Citation.CitationCitedArtifactStatusDateComponent res) -
Uses of Citation.CitationCitedArtifactStatusDateComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Citation.CitationCitedArtifactStatusDateComponentModifier and TypeFieldDescriptionCitation.CitationCitedArtifactComponent.statusDateAn effective date or period, historical or future, actual or expected, for a status of the cited artifact.Methods in org.hl7.fhir.r5.model that return Citation.CitationCitedArtifactStatusDateComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactComponent.addStatusDate()Citation.CitationCitedArtifactStatusDateComponent.copy()Citation.CitationCitedArtifactComponent.getStatusDateFirstRep()Citation.CitationCitedArtifactStatusDateComponent.setActivity(CodeableConcept value) Citation.CitationCitedArtifactStatusDateComponent.setActual(boolean value) Citation.CitationCitedArtifactStatusDateComponent.setActualElement(BooleanType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Citation.CitationCitedArtifactStatusDateComponentMethods in org.hl7.fhir.r5.model with parameters of type Citation.CitationCitedArtifactStatusDateComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactComponent.addStatusDate(Citation.CitationCitedArtifactStatusDateComponent t) voidCitation.CitationCitedArtifactStatusDateComponent.copyValues(Citation.CitationCitedArtifactStatusDateComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Citation.CitationCitedArtifactStatusDateComponentModifier and TypeMethodDescriptionCitation.CitationCitedArtifactComponent.setStatusDate(List<Citation.CitationCitedArtifactStatusDateComponent> theStatusDate)