Uses of Class
ca.uhn.fhir.model.dstu2.composite.SignatureDt
-
Packages that use SignatureDt Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.resource -
-
Uses of SignatureDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return SignatureDt Modifier and Type Method Description SignatureDtSignatureDt. addType(CodingDt theValue)Adds a given new value for type ()SignatureDtSignatureDt. setBlob(byte[] theBytes)Sets the value for blob ()SignatureDtSignatureDt. setBlob(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)Sets the value(s) for blob ()SignatureDtSignatureDt. setContentType(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for contentType ()SignatureDtSignatureDt. setContentType(String theCode)Sets the value for contentType ()SignatureDtSignatureDt. setType(List<CodingDt> theValue)Sets the value(s) for type ()SignatureDtSignatureDt. setWhen(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for when ()SignatureDtSignatureDt. setWhen(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for when ()SignatureDtSignatureDt. setWhenWithMillisPrecision(Date theDate)Sets the value for when ()SignatureDtSignatureDt. setWho(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for who[x] () -
Uses of SignatureDt in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return SignatureDt Modifier and Type Method Description SignatureDtProvenance. addSignature()Adds and returns a new value for signature ()SignatureDtBundle. getSignature()Gets the value(s) for signature ().SignatureDtProvenance. getSignatureFirstRep()Gets the first repetition for signature (), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type SignatureDt Modifier and Type Method Description List<SignatureDt>Provenance. getSignature()Gets the value(s) for signature ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SignatureDt Modifier and Type Method Description ProvenanceProvenance. addSignature(SignatureDt theValue)Adds a given new value for signature ()BundleBundle. setSignature(SignatureDt theValue)Sets the value(s) for signature ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SignatureDt Modifier and Type Method Description ProvenanceProvenance. setSignature(List<SignatureDt> theValue)Sets the value(s) for signature ()
-