
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Software
Packages that use Conformance.Software
-
Uses of Conformance.Software in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.SoftwareModifier and TypeMethodDescriptionConformance.getSoftware()Gets the value(s) for software ().Conformance.Software.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Conformance.Software.setReleaseDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for releaseDate ()Conformance.Software.setReleaseDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for releaseDate ()Conformance.Software.setReleaseDateWithSecondsPrecision(Date theDate) Sets the value for releaseDate ()Conformance.Software.setVersion(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version ()Conformance.Software.setVersion(String theString) Sets the value for version ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.SoftwareModifier and TypeMethodDescriptionConformance.setSoftware(Conformance.Software theValue) Sets the value(s) for software ()