Uses of Class
org.hl7.fhir.r5.model.Location
Packages that use Location
-
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.addEndpoint(Reference t)Location.addIdentifier(Identifier t)Location.addTelecom(ContactPoint t)Location.addType(CodeableConcept t)Location.copy()Location.setAddress(Address value)Location.setAlias(List<StringType> theAlias)Location.setAvailabilityExceptions(String value)Location.setAvailabilityExceptionsElement(StringType value)Location.setDescription(String value)Location.setDescriptionElement(StringType value)Location.setEndpoint(List<Reference> theEndpoint)Location.setHoursOfOperation(List<Location.LocationHoursOfOperationComponent> 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.setPhysicalType(CodeableConcept value)Location.setPosition(Location.LocationPositionComponent value)Location.setStatus(Location.LocationStatus value)Location.setStatusElement(Enumeration<Location.LocationStatus> value)Location.setTelecom(List<ContactPoint> theTelecom)Location.setType(List<CodeableConcept> theType)protected LocationLocation.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Location