
Uses of Class
org.hl7.fhir.r5.model.Organization
Packages that use Organization
-
Uses of Organization in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return OrganizationModifier and TypeMethodDescriptionstatic Organization
Extensions.setOrgPeriod
(Organization context, Period value) Methods in org.hl7.fhir.r5.extensions with parameters of type OrganizationModifier and TypeMethodDescriptionstatic Period
Extensions.getOrgPeriod
(Organization context) static Organization
Extensions.setOrgPeriod
(Organization context, Period value) -
Uses of Organization in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return OrganizationModifier and TypeMethodDescriptionprotected Organization
JsonParser.parseOrganization
(com.google.gson.JsonObject json) protected Organization
XmlParser.parseOrganization
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type OrganizationModifier and TypeMethodDescriptionprotected void
JsonParser.composeOrganization
(String name, Organization element) protected void
RdfParser.composeOrganization
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Organization element, int index) protected void
XmlParser.composeOrganization
(String name, Organization element) protected void
XmlParser.composeOrganizationElements
(Organization element) protected void
JsonParser.composeOrganizationProperties
(Organization element) protected boolean
XmlParser.parseOrganizationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization res) protected void
JsonParser.parseOrganizationProperties
(com.google.gson.JsonObject json, Organization res) -
Uses of Organization in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return OrganizationModifier and TypeMethodDescriptionOrganization.addContact
(ExtendedContactDetail t) Organization.addEndpoint
(Reference t) Organization.addIdentifier
(Identifier t) Organization.addQualification
(Organization.OrganizationQualificationComponent t) Organization.addType
(CodeableConcept t) Organization.copy()
Organization.setActive
(boolean value) Organization.setActiveElement
(BooleanType value) Organization.setAlias
(List<StringType> theAlias) Organization.setContact
(List<ExtendedContactDetail> theContact) Organization.setDescription
(String value) Organization.setDescriptionElement
(MarkdownType value) Organization.setEndpoint
(List<Reference> theEndpoint) Organization.setIdentifier
(List<Identifier> theIdentifier) Organization.setNameElement
(StringType value) Organization.setQualification
(List<Organization.OrganizationQualificationComponent> theQualification) Organization.setType
(List<CodeableConcept> theType) protected Organization
Organization.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Organization