Uses of Class
org.hl7.fhir.r5.model.Location
Packages that use Location
-
Uses of Location in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return LocationModifier and TypeMethodDescriptionstatic LocationExtensions.setLocBoundaryGeojson(Location context, Attachment value) static LocationExtensions.setLocCommunication(Location context, CodeableConcept value) Methods in org.hl7.fhir.r5.extensions with parameters of type LocationModifier and TypeMethodDescriptionstatic AttachmentExtensions.getLocBoundaryGeojson(Location context) static CodeableConceptExtensions.getLocCommunication(Location context) static LocationExtensions.setLocBoundaryGeojson(Location context, Attachment value) static LocationExtensions.setLocCommunication(Location context, CodeableConcept value) -
Uses of Location in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return LocationModifier and TypeMethodDescriptionprotected LocationJsonParser.parseLocation(com.google.gson.JsonObject json) protected LocationXmlParser.parseLocation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type LocationModifier and TypeMethodDescriptionprotected voidJsonParser.composeLocation(String name, Location element) protected voidRdfParser.composeLocation(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Location element, int index) protected voidXmlParser.composeLocation(String name, Location element) protected voidXmlParser.composeLocationElements(Location element) protected voidJsonParser.composeLocationProperties(Location element) protected booleanXmlParser.parseLocationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res) protected voidJsonParser.parseLocationProperties(com.google.gson.JsonObject json, Location res) -
Uses of Location in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return LocationModifier and TypeMethodDescriptionLocation.addCharacteristic(CodeableConcept t) Location.addContact(ExtendedContactDetail t) Location.addEndpoint(Reference t) Location.addHoursOfOperation(Availability t) Location.addIdentifier(Identifier t) Location.addType(CodeableConcept t) Location.addVirtualService(VirtualServiceDetail t) Location.copy()Location.setAddress(Address value) Location.setAlias(List<StringType> theAlias) Location.setCharacteristic(List<CodeableConcept> theCharacteristic) Location.setContact(List<ExtendedContactDetail> theContact) Location.setDescription(String value) Location.setDescriptionElement(MarkdownType value) Location.setEndpoint(List<Reference> theEndpoint) Location.setForm(CodeableConcept value) Location.setHoursOfOperation(List<Availability> theHoursOfOperation) Location.setIdentifier(List<Identifier> theIdentifier) Location.setManagingOrganization(Reference value) Location.setMode(Location.LocationMode value) Location.setModeElement(Enumeration<Location.LocationMode> value) Location.setNameElement(StringType value) Location.setOperationalStatus(Coding value) Location.setPosition(Location.LocationPositionComponent value) Location.setStatus(Location.LocationStatus value) Location.setStatusElement(Enumeration<Location.LocationStatus> value) Location.setType(List<CodeableConcept> theType) Location.setVirtualService(List<VirtualServiceDetail> theVirtualService) protected LocationLocation.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Location