
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance
Packages that use Conformance
-
Uses of Conformance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ConformanceModifier and TypeMethodDescriptionConformance.addContact(Conformance.Contact theValue) Adds a given new value for contact ()Conformance.addDocument(Conformance.Document theValue) Adds a given new value for document ()Conformance.addFormat(ca.uhn.fhir.model.primitive.CodeDt theValue) Adds a given new value for format ()Adds a new value for format ()Conformance.addMessaging(Conformance.Messaging theValue) Adds a given new value for messaging ()Conformance.addRest(Conformance.Rest theValue) Adds a given new value for rest ()Conformance.setAcceptUnknown(UnknownContentCodeEnum theValue) Sets the value(s) for acceptUnknown ()Conformance.setAcceptUnknown(ca.uhn.fhir.model.primitive.BoundCodeDt<UnknownContentCodeEnum> theValue) Sets the value(s) for acceptUnknown ()Conformance.setContact(List<Conformance.Contact> theValue) Sets the value(s) for contact ()Conformance.setCopyright(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for copyright ()Conformance.setCopyright(String theString) Sets the value for copyright ()Conformance.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Sets the value for date ()Conformance.setDateWithSecondsPrecision(Date theDate) Sets the value for date ()Conformance.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Conformance.setDescription(String theString) Sets the value for description ()Conformance.setDocument(List<Conformance.Document> theValue) Sets the value(s) for document ()Conformance.setExperimental(boolean theBoolean) Sets the value for experimental ()Conformance.setExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for experimental ()Conformance.setFhirVersion(ca.uhn.fhir.model.primitive.IdDt theValue) Sets the value(s) for fhirVersion ()Conformance.setFhirVersion(String theId) Sets the value for fhirVersion ()Sets the value(s) for format ()Conformance.setImplementation(Conformance.Implementation theValue) Sets the value(s) for implementation ()Conformance.setKind(ConformanceStatementKindEnum theValue) Sets the value(s) for kind ()Conformance.setKind(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceStatementKindEnum> theValue) Sets the value(s) for kind ()Conformance.setMessaging(List<Conformance.Messaging> theValue) Sets the value(s) for messaging ()Conformance.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Conformance.setProfile(List<ResourceReferenceDt> theValue) Sets the value(s) for profile ()Conformance.setPublisher(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for publisher ()Conformance.setPublisher(String theString) Sets the value for publisher ()Conformance.setRequirements(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for requirements ()Conformance.setRequirements(String theString) Sets the value for requirements ()Conformance.setRest(List<Conformance.Rest> theValue) Sets the value(s) for rest ()Conformance.setSoftware(Conformance.Software theValue) Sets the value(s) for software ()Conformance.setStatus(ConformanceResourceStatusEnum theValue) Sets the value(s) for status ()Conformance.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue) Sets the value(s) for status ()Conformance.setUrl(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Conformance.setVersion(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()Conformance.setVersion(String theString) Sets the value for version () -
Uses of Conformance in ca.uhn.fhir.rest.server.provider.dstu2
Methods in ca.uhn.fhir.rest.server.provider.dstu2 that return ConformanceModifier and TypeMethodDescriptionServerConformanceProvider.getServerConformance(jakarta.servlet.http.HttpServletRequest theRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)