
Uses of Class
org.hl7.fhir.r5.model.Flag
Packages that use Flag
- 
Uses of Flag in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return FlagModifier and TypeMethodDescriptionprotected FlagJsonParser.parseFlag(com.google.gson.JsonObject json) protected FlagXmlParser.parseFlag(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type FlagModifier and TypeMethodDescriptionprotected voidJsonParser.composeFlag(String name, Flag element) protected voidRdfParser.composeFlag(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Flag element, int index) protected voidXmlParser.composeFlag(String name, Flag element) protected voidXmlParser.composeFlagElements(Flag element) protected voidJsonParser.composeFlagProperties(Flag element) protected booleanXmlParser.parseFlagContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Flag res) protected voidJsonParser.parseFlagProperties(com.google.gson.JsonObject json, Flag res) 
- 
Uses of Flag in org.hl7.fhir.r5.modelMethods in org.hl7.fhir.r5.model that return FlagModifier and TypeMethodDescriptionFlag.addCategory(CodeableConcept t) Flag.addIdentifier(Identifier t) Flag.copy()Flag.setCategory(List<CodeableConcept> theCategory) Flag.setCode(CodeableConcept value) Flag.setEncounter(Reference value) Flag.setIdentifier(List<Identifier> theIdentifier) Flag.setStatus(Flag.FlagStatus value) Flag.setStatusElement(Enumeration<Flag.FlagStatus> value) Flag.setSubject(Reference value) protected FlagFlag.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Flag