Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Document
-
Packages that use Conformance.Document Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Conformance.Document in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.Document Modifier and Type Method Description Conformance.DocumentConformance. addDocument()Adds and returns a new value for document ()Conformance.DocumentConformance. getDocumentFirstRep()Gets the first repetition for document (), creating it if it does not already exist.Conformance.DocumentConformance.Document. setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.DocumentConformance.Document. setDocumentation(String theString)Sets the value for documentation ()Conformance.DocumentConformance.Document. setMode(DocumentModeEnum theValue)Sets the value(s) for mode ()Conformance.DocumentConformance.Document. setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)Sets the value(s) for mode ()Conformance.DocumentConformance.Document. setProfile(ResourceReferenceDt theValue)Sets the value(s) for profile ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.Document Modifier and Type Method Description List<Conformance.Document>Conformance. getDocument()Gets the value(s) for document ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.Document Modifier and Type Method Description ConformanceConformance. addDocument(Conformance.Document theValue)Adds a given new value for document ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.Document Modifier and Type Method Description ConformanceConformance. setDocument(List<Conformance.Document> theValue)Sets the value(s) for document ()
-